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 a0155ea + 7d54d9e commit 11e669eCopy full SHA for 11e669e
test-project/tests/compile-fail/asm-gated.rs
@@ -10,6 +10,6 @@
10
11
fn main() {
12
unsafe {
13
- asm!(""); //~ ERROR inline assembly is not stable enough
+ llvm_asm!(""); //~ ERROR inline assembly is not stable enough
14
}
15
0 commit comments