Skip to content

Commit faf3c48

Browse files
committed
rust: enable associated_type_defaults unstable feature
Signed-off-by: Fabien Parent <[email protected]>
1 parent cf0351f commit faf3c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)