Skip to content

Commit 64be008

Browse files
committed
rust: add unstable feature associated_type_defaults
Previously imported through "*RFL import: kernel::platform". Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 01e6d03 commit 64be008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rust/kernel/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
1414
#![no_std]
1515
#![feature(arbitrary_self_types)]
16+
#![feature(associated_type_defaults)]
1617
#![cfg_attr(CONFIG_RUSTC_HAS_COERCE_POINTEE, feature(derive_coerce_pointee))]
1718
#![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(coerce_unsized))]
1819
#![cfg_attr(not(CONFIG_RUSTC_HAS_COERCE_POINTEE), feature(dispatch_from_dyn))]

0 commit comments

Comments
 (0)