Skip to content

Commit 2abf0c8

Browse files
committed
rust: add unstable feature associated_type_defaults
Previously imported through "*RFL import: kernel::platform". Signed-off-by: Janne Grunau <[email protected]>
1 parent e5aa296 commit 2abf0c8

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
#![feature(coerce_unsized)]
1718
#![feature(const_refs_to_cell)]
1819
#![feature(dispatch_from_dyn)]

0 commit comments

Comments
 (0)