2021-04-26 13:49:26 -05:00
|
|
|
error[E0472]: inline assembly is unsupported on this target
|
2021-05-14 08:22:30 -05:00
|
|
|
--> $DIR/bad-arch.rs:22:9
|
2020-08-06 13:52:15 -05:00
|
|
|
|
|
|
|
|
LL | asm!("");
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^
|
2020-08-06 13:52:15 -05:00
|
|
|
|
2021-04-26 13:49:26 -05:00
|
|
|
error[E0472]: inline assembly is unsupported on this target
|
2021-05-14 08:22:30 -05:00
|
|
|
--> $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
|
2020-08-06 13:52:15 -05:00
|
|
|
|
2022-12-15 20:59:47 -06:00
|
|
|
For more information about this error, try `rustc --explain E0472`.
|