about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Krones <hello@philkrones.com>2024-02-22 16:27:24 +0100
committerPhilipp Krones <hello@philkrones.com>2024-02-22 16:27:24 +0100
commit8a58b7613ddeb397cd295962aa26ec2093ad44df (patch)
tree73c963baabf0599b5a142eaea5999cb6d58384f3
parentcc6dcaae570a3f1deeb92c73df4eb674ba3848cb (diff)
downloadrust-8a58b7613ddeb397cd295962aa26ec2093ad44df.tar.gz
rust-8a58b7613ddeb397cd295962aa26ec2093ad44df.zip
Update i686 asm test stderr
-rw-r--r--tests/ui/asm_syntax_x86.i686.stderr3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/asm_syntax_x86.i686.stderr b/tests/ui/asm_syntax_x86.i686.stderr
index 3caca42b4f6..aaf742731a0 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