2021-05-13 09:20:51 -05:00
|
|
|
error[E0133]: use of inline assembly is unsafe and requires unsafe function or block
|
2022-01-11 18:00:00 -06:00
|
|
|
--> $DIR/inline_asm.rs:8:5
|
2021-05-13 09:20:51 -05:00
|
|
|
|
|
|
|
|
LL | asm!("nop");
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^ use of inline assembly
|
2021-05-13 09:20:51 -05:00
|
|
|
|
|
|
|
|
= note: inline assembly is entirely unchecked and can cause undefined behavior
|
|
|
|
|
2022-01-11 18:00:00 -06:00
|
|
|
error: aborting due to previous error
|
2021-05-13 09:20:51 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0133`.
|