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 cb5cd7e commit cd451beCopy full SHA for cd451be
rustsbi-k210/src/main.rs
@@ -3,7 +3,7 @@
3
#![feature(naked_functions)]
4
#![feature(generator_trait)]
5
#![feature(default_alloc_error_handler)]
6
-#![feature(asm_sym, asm_const)]
+#![feature(asm_const)]
7
8
mod execute;
9
mod feature;
test-kernel/src/main.rs
@@ -1,5 +1,5 @@
1
2
#![feature(stdsimd)]
0 commit comments