Skip to content

Commit aef656a

Browse files
committed
Rustup to rustc 1.50.0-nightly (72da5a9 2020-11-26)
1 parent 648cace commit aef656a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

build_sysroot/Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/mini_core.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(
22
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
3-
untagged_unions, decl_macro, rustc_attrs, transparent_unions, optin_builtin_traits,
3+
untagged_unions, decl_macro, rustc_attrs, transparent_unions, auto_traits,
44
thread_local,
55
)]
66
#![no_core]

rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2020-11-21"
2+
channel = "nightly-2020-11-27"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)