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