Skip to content

Commit

Permalink
Bump toolchain channel to nightly-2021-12-04
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 12, 2021
1 parent 3fd49e9 commit a689dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2021-09-29"
channel = "nightly-2021-12-04"
components = [ "rustfmt", "rust-src", "llvm-tools-preview"]
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#![feature(alloc_error_handler)]
#![feature(asm)]
#![cfg_attr(target_arch = "aarch64", feature(asm_const))]
#![cfg_attr(target_arch = "aarch64", feature(global_asm))]
#![allow(incomplete_features)]
#![feature(specialization)]
Expand Down

0 comments on commit a689dfa

Please sign in to comment.