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