Skip to content

Commit

Permalink
Rustup to rustc 1.50.0-nightly (72da5a9 2020-11-26)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Nov 27, 2020
1 parent 648cace commit aef656a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions build_sysroot/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/mini_core.rs
@@ -1,6 +1,6 @@
#![feature(
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
untagged_unions, decl_macro, rustc_attrs, transparent_unions, optin_builtin_traits,
untagged_unions, decl_macro, rustc_attrs, transparent_unions, auto_traits,
thread_local,
)]
#![no_core]
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2020-11-21"
channel = "nightly-2020-11-27"
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 comments on commit aef656a

Please sign in to comment.