Skip to content

Commit 8a58b76

Browse files
committed
Update i686 asm test stderr
1 parent cc6dcaa commit 8a58b76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/ui/asm_syntax_x86.i686.stderr

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ LL | global_asm!("");
3131
| ^^^^^^^^^^^^^^^
3232
|
3333
= help: use AT&T x86 assembly syntax
34-
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
3534

3635
error: Intel x86 assembly syntax used
3736
--> tests/ui/asm_syntax_x86.rs:22:5
@@ -40,7 +39,6 @@ LL | global_asm!("", options());
4039
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
4140
|
4241
= help: use AT&T x86 assembly syntax
43-
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
4442

4543
error: AT&T x86 assembly syntax used
4644
--> tests/ui/asm_syntax_x86.rs:35:9
@@ -67,7 +65,6 @@ LL | global_asm!("", options(att_syntax));
6765
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6866
|
6967
= help: use Intel x86 assembly syntax
70-
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
7168

7269
error: aborting due to 8 previous errors
7370

0 commit comments

Comments
 (0)