]> git.lizzy.rs Git - rust.git/blob - src/test/ui/E0660.stderr
Rollup merge of #53317 - estebank:abolish-ice, r=oli-obk
[rust.git] / src / test / ui / E0660.stderr
1 error[E0660]: malformed inline assembly
2   --> $DIR/E0660.rs:17:5
3    |
4 LL |     asm!("nop" "nop");
5    |     ^^^^^^^^^^^^^^^^^^
6
7 error[E0660]: malformed inline assembly
8   --> $DIR/E0660.rs:19:5
9    |
10 LL |     asm!("nop" "nop" : "=r"(a));
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0660`.