Files
rust/src/test/ui/asm/inline-syntax.arm.stderr

15 lines
598 B
Plaintext
Raw Normal View History

2021-03-08 23:48:08 -05:00
error: att syntax is the default syntax on this target, and trying to use this directive may cause issues
2021-03-20 23:54:13 -04:00
--> $DIR/inline-syntax.rs:23:15
2021-03-08 23:48:08 -05:00
|
LL | asm!(".att_syntax noprefix", "nop");
| ^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
error: att syntax is the default syntax on this target, and trying to use this directive may cause issues
2021-03-20 23:54:13 -04:00
--> $DIR/inline-syntax.rs:26:15
2021-03-08 23:48:08 -05:00
|
LL | asm!(".att_syntax bbb noprefix", "nop");
| ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
error: aborting due to 2 previous errors