We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70279 commit af05c8bCopy full SHA for af05c8b
1 file changed
rust/kernel/lib.rs
@@ -15,6 +15,7 @@
15
#![feature(allocator_api)]
16
#![feature(associated_type_defaults)]
17
#![feature(coerce_unsized)]
18
+#![feature(const_refs_to_cell)]
19
#![feature(const_trait_impl)]
20
#![feature(dispatch_from_dyn)]
21
#![feature(new_uninit)]
0 commit comments