Update i686 asm test stderr

This commit is contained in:
Philipp Krones 2024-02-22 16:27:24 +01:00
parent cc6dcaae57
commit 8a58b7613d
No known key found for this signature in database
GPG Key ID: 1CA0DF2AF59D68A5

View File

@ -31,7 +31,6 @@ LL | global_asm!("");
| ^^^^^^^^^^^^^^^
|
= 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
--> tests/ui/asm_syntax_x86.rs:22:5
@ -40,7 +39,6 @@ LL | global_asm!("", options());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= 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
--> tests/ui/asm_syntax_x86.rs:35:9
@ -67,7 +65,6 @@ LL | global_asm!("", options(att_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