diff --git a/rust-toolchain.toml b/rust-toolchain.toml index ebae252ef5..1eeb12bbe0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2023-12-01" +channel = "nightly-2023-12-15" components = [ "llvm-tools", "rust-src", diff --git a/src/lib.rs b/src/lib.rs index fca9b56f00..2bda8c3e6b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -15,6 +15,7 @@ #![cfg_attr(target_arch = "riscv64", feature(offset_of))] #![feature(allocator_api)] #![feature(asm_const)] +#![feature(exposed_provenance)] #![feature(linked_list_cursors)] #![feature(maybe_uninit_slice)] #![feature(naked_functions)]