Skip to content

Commit dd810ff

Browse files
Patryk27Rahix
authored andcommitted
Update toolchain, get rid of the std-features hack
The `compiler-builtins-mangled-names` thingie¹ is no longer needed, since `compiler_builtins` has been improved to avoid pulling the problematic functions: - rust-lang/compiler-builtins#462 - rust-lang/compiler-builtins#466 - rust-lang/rust#97435 ¹ rust-lang/rust#82242
1 parent 8e9d607 commit dd810ff

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.cargo/config.toml

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
[unstable]
3838
build-std = ["core"]
39-
build-std-features = ["compiler-builtins-mangled-names"]
4039
{%- comment %}
4140
# vim: ft=toml.jinja2
4241
{% endcomment %}

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2022-05-10"
2+
channel = "nightly-2022-06-13"
33
components = ["rust-src"]
44
profile = "minimal"

0 commit comments

Comments
 (0)