diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 38fe8bb3b..f7e79f78b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "nightly-2022-06-21" +channel = "nightly-2022-11-01" components = ["rust-src", "llvm-tools-preview"] diff --git a/src/lib.rs b/src/lib.rs index bb8895247..9b6adb1ee 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,6 @@ #![cfg_attr(test, no_main)] #![feature(abi_x86_interrupt)] #![feature(alloc_error_handler)] -#![feature(asm_sym)] #![feature(naked_functions)] #![feature(custom_test_frameworks)] #![test_runner(crate::test_runner)]