rust/tests/ui/asm/bad-arch.mirunsafeck.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
513 B
Plaintext
Raw Normal View History

error[E0472]: inline assembly is unsupported on this target
--> $DIR/bad-arch.rs:22:9
|
LL | asm!("");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^
error[E0472]: inline assembly is unsupported on this target
--> $DIR/bad-arch.rs:27:1
2021-04-13 12:11:11 -05:00
|
LL | global_asm!("");
2021-10-14 13:28:28 -05:00
| ^^^^^^^^^^^^^^^
2021-04-13 12:11:11 -05:00
|
2021-05-13 17:09:54 -05:00
= note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
2021-04-13 12:11:11 -05:00
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0472`.