From 8a58b7613ddeb397cd295962aa26ec2093ad44df Mon Sep 17 00:00:00 2001 From: Philipp Krones Date: Thu, 22 Feb 2024 16:27:24 +0100 Subject: [PATCH] Update i686 asm test stderr --- tests/ui/asm_syntax_x86.i686.stderr | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/ui/asm_syntax_x86.i686.stderr b/tests/ui/asm_syntax_x86.i686.stderr index 3caca42b4f67..aaf742731a0c 100644 --- a/tests/ui/asm_syntax_x86.i686.stderr +++ b/tests/ui/asm_syntax_x86.i686.stderr @@ -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