2018-03-26 15:04:27 -05:00
|
|
|
error[E0660]: malformed inline assembly
|
2018-08-16 08:37:33 -05:00
|
|
|
--> $DIR/E0660.rs:15:5
|
2018-03-26 15:04:27 -05:00
|
|
|
|
|
|
|
|
LL | asm!("nop" "nop");
|
|
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0660]: malformed inline assembly
|
2018-08-16 08:37:33 -05:00
|
|
|
--> $DIR/E0660.rs:17:5
|
2018-03-26 15:04:27 -05:00
|
|
|
|
|
|
|
|
LL | asm!("nop" "nop" : "=r"(a));
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0660`.
|