We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181fd93 commit c1bdb76Copy full SHA for c1bdb76
test-kernel/src/main.rs
@@ -1,5 +1,5 @@
1
// A test kernel to test RustSBI function on all platforms
2
-#![feature(naked_functions, asm, asm_sym, asm_const)]
+#![feature(naked_functions, asm_sym, asm_const)]
3
#![feature(default_alloc_error_handler)]
4
#![no_std]
5
#![no_main]
0 commit comments