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 589360b commit 7e943d8Copy full SHA for 7e943d8
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