File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ LL | global_asm!("");
3131 | ^^^^^^^^^^^^^^^
3232 |
3333 = help: use AT&T x86 assembly syntax
34- = note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
3534
3635error: Intel x86 assembly syntax used
3736 --> tests/ui/asm_syntax_x86.rs:22:5
@@ -40,7 +39,6 @@ LL | global_asm!("", options());
4039 | ^^^^^^^^^^^^^^^^^^^^^^^^^^
4140 |
4241 = help: use AT&T x86 assembly syntax
43- = note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
4442
4543error: AT&T x86 assembly syntax used
4644 --> tests/ui/asm_syntax_x86.rs:35:9
@@ -67,7 +65,6 @@ LL | global_asm!("", options(att_syntax));
6765 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6866 |
6967 = help: use Intel x86 assembly syntax
70- = note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
7168
7269error: aborting due to 8 previous errors
7370
You can’t perform that action at this time.
0 commit comments