about summary refs log tree commit diff
path: root/src/test/ui/E0660.stderr
blob: e8acb282be94d370abfa1c6eb6ca5d441636deef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0660]: malformed inline assembly
  --> $DIR/E0660.rs:15:5
   |
LL |     asm!("nop" "nop");
   |     ^^^^^^^^^^^^^^^^^^

error[E0660]: malformed inline assembly
  --> $DIR/E0660.rs:17:5
   |
LL |     asm!("nop" "nop" : "=r"(a));
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0660`.