Skip to content

Commit af05c8b

Browse files
committed
DONOTMERGE: rust: make drivers.rs compile with 1.72+
Signed-off-by: Fabien Parent <fabien.parent@linaro.org>
1 parent 1e70279 commit af05c8b

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
@@ -15,6 +15,7 @@
1515
#![feature(allocator_api)]
1616
#![feature(associated_type_defaults)]
1717
#![feature(coerce_unsized)]
18+
#![feature(const_refs_to_cell)]
1819
#![feature(const_trait_impl)]
1920
#![feature(dispatch_from_dyn)]
2021
#![feature(new_uninit)]

0 commit comments

Comments
 (0)