]> git.lizzy.rs Git - rust.git/blob - src/test/ui/asm/bad-arch.mirunsafeck.stderr
Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,GuillaumeGomez
[rust.git] / src / test / ui / asm / bad-arch.mirunsafeck.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