|
1 | 1 | error: Intel x86 assembly syntax used |
2 | | - --> tests/ui/asm_syntax_x86.rs:8:9 |
| 2 | + --> tests/ui/asm_syntax_x86.rs:9:13 |
3 | 3 | | |
4 | | -LL | asm!(""); |
5 | | - | ^^^^^^^^ |
| 4 | +LL | asm!(""); |
| 5 | + | ^^^^^^^^ |
6 | 6 | | |
7 | 7 | = help: use AT&T x86 assembly syntax |
8 | 8 | = note: `-D clippy::inline-asm-x86-intel-syntax` implied by `-D warnings` |
9 | 9 | = help: to override `-D warnings` add `#[allow(clippy::inline_asm_x86_intel_syntax)]` |
10 | 10 |
|
11 | 11 | error: Intel x86 assembly syntax used |
12 | | - --> tests/ui/asm_syntax_x86.rs:11:9 |
| 12 | + --> tests/ui/asm_syntax_x86.rs:12:13 |
13 | 13 | | |
14 | | -LL | asm!("", options()); |
15 | | - | ^^^^^^^^^^^^^^^^^^^ |
| 14 | +LL | asm!("", options()); |
| 15 | + | ^^^^^^^^^^^^^^^^^^^ |
16 | 16 | | |
17 | 17 | = help: use AT&T x86 assembly syntax |
18 | 18 |
|
19 | 19 | error: Intel x86 assembly syntax used |
20 | | - --> tests/ui/asm_syntax_x86.rs:14:9 |
| 20 | + --> tests/ui/asm_syntax_x86.rs:15:13 |
21 | 21 | | |
22 | | -LL | asm!("", options(nostack)); |
23 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 22 | +LL | asm!("", options(nostack)); |
| 23 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
24 | 24 | | |
25 | 25 | = help: use AT&T x86 assembly syntax |
26 | 26 |
|
27 | 27 | error: Intel x86 assembly syntax used |
28 | | - --> tests/ui/asm_syntax_x86.rs:21:5 |
| 28 | + --> tests/ui/asm_syntax_x86.rs:23:5 |
29 | 29 | | |
30 | 30 | LL | global_asm!(""); |
31 | 31 | | ^^^^^^^^^^^^^^^ |
32 | 32 | | |
33 | 33 | = help: use AT&T x86 assembly syntax |
34 | 34 |
|
35 | 35 | error: Intel x86 assembly syntax used |
36 | | - --> tests/ui/asm_syntax_x86.rs:24:5 |
| 36 | + --> tests/ui/asm_syntax_x86.rs:26:5 |
37 | 37 | | |
38 | 38 | LL | global_asm!("", options()); |
39 | 39 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^ |
40 | 40 | | |
41 | 41 | = help: use AT&T x86 assembly syntax |
42 | 42 |
|
43 | 43 | error: AT&T x86 assembly syntax used |
44 | | - --> tests/ui/asm_syntax_x86.rs:38:9 |
| 44 | + --> tests/ui/asm_syntax_x86.rs:41:13 |
45 | 45 | | |
46 | | -LL | asm!("", options(att_syntax)); |
47 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 46 | +LL | asm!("", options(att_syntax)); |
| 47 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
48 | 48 | | |
49 | 49 | = help: use Intel x86 assembly syntax |
50 | 50 | = note: `-D clippy::inline-asm-x86-att-syntax` implied by `-D warnings` |
51 | 51 | = help: to override `-D warnings` add `#[allow(clippy::inline_asm_x86_att_syntax)]` |
52 | 52 |
|
53 | 53 | error: AT&T x86 assembly syntax used |
54 | | - --> tests/ui/asm_syntax_x86.rs:41:9 |
| 54 | + --> tests/ui/asm_syntax_x86.rs:44:13 |
55 | 55 | | |
56 | | -LL | asm!("", options(nostack, att_syntax)); |
57 | | - | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| 56 | +LL | asm!("", options(nostack, att_syntax)); |
| 57 | + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
58 | 58 | | |
59 | 59 | = help: use Intel x86 assembly syntax |
60 | 60 |
|
61 | 61 | error: AT&T x86 assembly syntax used |
62 | | - --> tests/ui/asm_syntax_x86.rs:47:5 |
| 62 | + --> tests/ui/asm_syntax_x86.rs:51:5 |
63 | 63 | | |
64 | 64 | LL | global_asm!("", options(att_syntax)); |
65 | 65 | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
|
0 commit comments