We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0351f commit faf3c48Copy full SHA for faf3c48
rust/kernel/lib.rs
@@ -13,6 +13,7 @@
13
14
#![no_std]
15
#![feature(arbitrary_self_types)]
16
+#![feature(associated_type_defaults)]
17
#![feature(coerce_unsized)]
18
#![feature(const_refs_to_cell)]
19
#![feature(dispatch_from_dyn)]
0 commit comments