Skip to content

Commit edadc29

Browse files
committed
Rustup to rustc 1.56.0-nightly (6d64f7f 2021-08-19)
1 parent 7a781a5 commit edadc29

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

build_sysroot/Cargo.lock

Lines changed: 19 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/alloc_example.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler)]
1+
#![feature(start, core_intrinsics, alloc_prelude, alloc_error_handler, box_syntax)]
22
#![no_std]
33

44
extern crate alloc;

example/mini_core_hello_world.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local)]
1+
#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, box_syntax)]
22
#![no_core]
33
#![allow(dead_code, non_camel_case_types)]
44

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-08-07"
2+
channel = "nightly-2021-08-20"
33
components = ["rust-src", "rustc-dev", "llvm-tools-preview"]

0 commit comments

Comments
 (0)