Skip to content

Commit a1d8bda

Browse files
committed
switch to latest toolchain
1 parent fe7ed5b commit a1d8bda

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "nightly-2021-10-20"
2+
channel = "nightly-2021-12-06"
33
components = [
44
"clippy",
55
"rustfmt",

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#![feature(const_ptr_offset, asm, lang_items)]
2+
#![feature(asm_const)]
3+
#![feature(asm_sym)]
24
#![feature(allocator_api)]
35
#![feature(naked_functions)]
46
#![feature(abi_x86_interrupt)]

0 commit comments

Comments
 (0)