1
1
error: 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
3
3
|
4
4
LL | asm!(".intel_syntax noprefix", "nop");
5
5
| ^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
6
6
7
7
error: 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
9
9
|
10
10
LL | asm!(".intel_syntax aaa noprefix", "nop");
11
11
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
12
12
13
13
error: 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
15
15
|
16
16
LL | asm!(".att_syntax noprefix", "nop");
17
17
| ^^^^^^^^^^^^^^^^^^^^
@@ -22,7 +22,7 @@ LL | asm!("", "nop", options(att_syntax));
22
22
| -- ^^^^^^^^^^^^^^^^^^^^^
23
23
24
24
error: 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
26
26
|
27
27
LL | asm!(".att_syntax bbb noprefix", "nop");
28
28
| ^^^^^^^^^^^^^^^^^^^^^^^^
@@ -33,13 +33,13 @@ LL | asm!("", "nop", options(att_syntax));
33
33
| -- ^^^^^^^^^^^^^^^^^^^^^
34
34
35
35
error: 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
37
37
|
38
38
LL | asm!(".intel_syntax noprefix; nop");
39
39
| ^^^^^^^^^^^^^^^^^^^^^^ help: remove this assembler directive
40
40
41
41
error: 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
43
43
|
44
44
LL | .intel_syntax noprefix
45
45
| ______________^
0 commit comments