about summary refs log tree commit diff
diff options
context:
space:
mode:
-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