]> git.proxmox.com Git - rustc.git/blob - tests/ui/asm/bad-arch.thirunsafeck.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / asm / bad-arch.thirunsafeck.stderr
1 error[E0472]: inline assembly is unsupported on this target
2 --> $DIR/bad-arch.rs:22:9
3 |
4 LL | asm!("");
5 | ^^^^^^^^
6
7 error[E0472]: inline assembly is unsupported on this target
8 --> $DIR/bad-arch.rs:27:1
9 |
10 LL | global_asm!("");
11 | ^^^^^^^^^^^^^^^
12 |
13 = note: this error originates in the macro `global_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
14
15 error: aborting due to 2 previous errors
16
17 For more information about this error, try `rustc --explain E0472`.