Update i686 asm test stderr
This commit is contained in:
parent
cc6dcaae57
commit
8a58b7613d
@ -31,7 +31,6 @@ LL | global_asm!("");
|
|||||||
| ^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
= help: use AT&T x86 assembly syntax
|
= help: use AT&T x86 assembly syntax
|
||||||
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
||||||
|
|
||||||
error: Intel x86 assembly syntax used
|
error: Intel x86 assembly syntax used
|
||||||
--> tests/ui/asm_syntax_x86.rs:22:5
|
--> tests/ui/asm_syntax_x86.rs:22:5
|
||||||
@ -40,7 +39,6 @@ LL | global_asm!("", options());
|
|||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
= help: use AT&T x86 assembly syntax
|
= help: use AT&T x86 assembly syntax
|
||||||
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
||||||
|
|
||||||
error: AT&T x86 assembly syntax used
|
error: AT&T x86 assembly syntax used
|
||||||
--> tests/ui/asm_syntax_x86.rs:35:9
|
--> tests/ui/asm_syntax_x86.rs:35:9
|
||||||
@ -67,7 +65,6 @@ LL | global_asm!("", options(att_syntax));
|
|||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
|
||||||
= help: use Intel x86 assembly syntax
|
= help: use Intel x86 assembly syntax
|
||||||
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
|
|
||||||
|
|
||||||
error: aborting due to 8 previous errors
|
error: aborting due to 8 previous errors
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user