11error: intel syntax is the default syntax on this target, and trying to use this directive may cause issues
2- --> $DIR/inline-syntax.rs:18 :15
2+ --> $DIR/inline-syntax.rs:19 :15
33 |
44LL | asm!(".intel_syntax noprefix", "nop");
55 | ^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
66
77error: intel syntax is the default syntax on this target, and trying to use this directive may cause issues
8- --> $DIR/inline-syntax.rs:20 :15
8+ --> $DIR/inline-syntax.rs:21 :15
99 |
1010LL | asm!(".intel_syntax aaa noprefix", "nop");
1111 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
1212
1313error: using the .att_syntax directive may cause issues, use the att_syntax option instead
14- --> $DIR/inline-syntax.rs:22 :15
14+ --> $DIR/inline-syntax.rs:23 :15
1515 |
1616LL | asm!(".att_syntax noprefix", "nop");
1717 | ^^^^^^^^^^^^^^^^^^^^
@@ -22,7 +22,7 @@ LL | asm!("", "nop", options(att_syntax));
2222 | -- ^^^^^^^^^^^^^^^^^^^^^
2323
2424error: using the .att_syntax directive may cause issues, use the att_syntax option instead
25- --> $DIR/inline-syntax.rs:25 :15
25+ --> $DIR/inline-syntax.rs:26 :15
2626 |
2727LL | asm!(".att_syntax bbb noprefix", "nop");
2828 | ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -33,13 +33,13 @@ LL | asm!("", "nop", options(att_syntax));
3333 | -- ^^^^^^^^^^^^^^^^^^^^^
3434
3535error: intel syntax is the default syntax on this target, and trying to use this directive may cause issues
36- --> $DIR/inline-syntax.rs:28 :15
36+ --> $DIR/inline-syntax.rs:29 :15
3737 |
3838LL | asm!(".intel_syntax noprefix; nop");
3939 | ^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
4040
4141error: intel syntax is the default syntax on this target, and trying to use this directive may cause issues
42- --> $DIR/inline-syntax.rs:33 :14
42+ --> $DIR/inline-syntax.rs:34 :14
4343 |
4444LL | .intel_syntax noprefix
4545 | ______________^
0 commit comments