|
1 | 1 | warning: avoid using `.intel_syntax`, Intel syntax is the default |
2 | | - --> $DIR/inline-syntax.rs:48:14 |
| 2 | + --> $DIR/inline-syntax.rs:47:14 |
3 | 3 | | |
4 | 4 | LL | global_asm!(".intel_syntax noprefix", "nop"); |
5 | 5 | | ^^^^^^^^^^^^^^^^^^^^^^ |
6 | 6 | | |
7 | 7 | = note: `#[warn(bad_asm_style)]` on by default |
8 | 8 |
|
9 | 9 | warning: avoid using `.intel_syntax`, Intel syntax is the default |
10 | | - --> $DIR/inline-syntax.rs:22:15 |
| 10 | + --> $DIR/inline-syntax.rs:21:15 |
11 | 11 | | |
12 | 12 | LL | asm!(".intel_syntax noprefix", "nop"); |
13 | 13 | | ^^^^^^^^^^^^^^^^^^^^^^ |
14 | 14 |
|
15 | 15 | warning: avoid using `.intel_syntax`, Intel syntax is the default |
16 | | - --> $DIR/inline-syntax.rs:25:15 |
| 16 | + --> $DIR/inline-syntax.rs:24:15 |
17 | 17 | | |
18 | 18 | LL | asm!(".intel_syntax aaa noprefix", "nop"); |
19 | 19 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
20 | 20 |
|
21 | 21 | warning: avoid using `.att_syntax`, prefer using `options(att_syntax)` instead |
22 | | - --> $DIR/inline-syntax.rs:28:15 |
| 22 | + --> $DIR/inline-syntax.rs:27:15 |
23 | 23 | | |
24 | 24 | LL | asm!(".att_syntax noprefix", "nop"); |
25 | 25 | | ^^^^^^^^^^^^^^^^^^^^ |
26 | 26 |
|
27 | 27 | warning: avoid using `.att_syntax`, prefer using `options(att_syntax)` instead |
28 | | - --> $DIR/inline-syntax.rs:31:15 |
| 28 | + --> $DIR/inline-syntax.rs:30:15 |
29 | 29 | | |
30 | 30 | LL | asm!(".att_syntax bbb noprefix", "nop"); |
31 | 31 | | ^^^^^^^^^^^^^^^^^^^^^^^^ |
32 | 32 |
|
33 | 33 | warning: avoid using `.intel_syntax`, Intel syntax is the default |
34 | | - --> $DIR/inline-syntax.rs:34:15 |
| 34 | + --> $DIR/inline-syntax.rs:33:15 |
35 | 35 | | |
36 | 36 | LL | asm!(".intel_syntax noprefix; nop"); |
37 | 37 | | ^^^^^^^^^^^^^^^^^^^^^^ |
38 | 38 |
|
39 | 39 | warning: avoid using `.intel_syntax`, Intel syntax is the default |
40 | | - --> $DIR/inline-syntax.rs:40:13 |
| 40 | + --> $DIR/inline-syntax.rs:39:13 |
41 | 41 | | |
42 | 42 | LL | .intel_syntax noprefix |
43 | 43 | | ^^^^^^^^^^^^^^^^^^^^^^ |
|
0 commit comments