We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd039e commit 62531bfCopy full SHA for 62531bf
1 file changed
rust/kernel/lib.rs
@@ -13,6 +13,7 @@
13
14
#![no_std]
15
#![feature(arbitrary_self_types)]
16
+#![feature(associated_type_defaults)]
17
#![cfg_attr(CONFIG_RUSTC_HAS_COERCE_POINTEE, feature(derive_coerce_pointee))]
18
#![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(coerce_unsized))]
19
#![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(dispatch_from_dyn))]
0 commit comments