mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Use new const_mut_refs feature gate (#860)
This commit is contained in:
committed by
GitHub
parent
231dfacf3b
commit
340cbaba36
@@ -3,7 +3,7 @@
|
||||
#![feature(custom_test_frameworks)]
|
||||
#![feature(abi_x86_interrupt)]
|
||||
#![feature(alloc_error_handler)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_mut_refs)]
|
||||
#![feature(const_in_array_repeat_expressions)]
|
||||
#![test_runner(crate::test_runner)]
|
||||
#![reexport_test_harness_main = "test_main"]
|
||||
|
||||
Reference in New Issue
Block a user