16 lines
402 B
Plaintext
16 lines
402 B
Plaintext
error[E0660]: malformed inline assembly
|
|
--> $DIR/E0660.rs:5:5
|
|
|
|
|
LL | llvm_asm!("nop" "nop");
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error[E0660]: malformed inline assembly
|
|
--> $DIR/E0660.rs:7:5
|
|
|
|
|
LL | llvm_asm!("nop" "nop" : "=r"(a));
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
For more information about this error, try `rustc --explain E0660`.
|