1
0
Fork 0

Update libcortex_a9/src/lib.rs

This commit is contained in:
abdul124 2024-07-19 10:26:51 +08:00
parent b2b3e5c933
commit 41fef76da2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#![no_std]
#![feature(llvm_asm, global_asm)]
#![feature(never_type)]
#![feature(const_fn)]
#![cfg_attr(not(feature = "const_fn"), const_fn)]
extern crate alloc;