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.
2 parents 589360b + 7e943d8 commit 8977eebCopy full SHA for 8977eeb
test-project/tests/compile-fail/asm-gated.rs
@@ -10,6 +10,6 @@
10
11
fn main() {
12
unsafe {
13
- llvm_asm!(""); //~ ERROR inline assembly is not stable enough
+ llvm_asm!(""); //~ ERROR use of unstable library feature
14
}
15
0 commit comments