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