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 cf94e5b commit c1223edCopy full SHA for c1223ed
rust-toolchain.toml
@@ -0,0 +1,2 @@
1
+[toolchain]
2
+channel = "nightly"
src/lib.rs
@@ -70,7 +70,6 @@
70
//! - [QEMU sifive_test source](https://git.qemu.org/?p=qemu.git;a=blob;f=hw/misc/sifive_test.c)
71
72
#![deny(missing_docs)]
73
-#![feature(asm)]
74
#![no_std]
75
76
#[cfg(target_arch = "aarch64")]
0 commit comments