2021-04-26 19:49:26 +01:00
|
|
|
error[E0472]: inline assembly is unsupported on this target
|
2023-10-26 16:13:20 +00:00
|
|
|
--> $DIR/bad-arch.rs:20: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
|
2023-10-26 16:13:20 +00:00
|
|
|
--> $DIR/bad-arch.rs:25: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
|
|
|
|
|
|
|
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`.
|