mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
16 lines
386 B
Plaintext
16 lines
386 B
Plaintext
error[E0472]: inline assembly is unsupported on this target
|
|
--> $DIR/bad-arch.rs:20:9
|
|
|
|
|
LL | asm!("");
|
|
| ^^^^^^^^
|
|
|
|
error[E0472]: inline assembly is unsupported on this target
|
|
--> $DIR/bad-arch.rs:25:1
|
|
|
|
|
LL | global_asm!("");
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
For more information about this error, try `rustc --explain E0472`.
|