blob: 7904a35a5724bee71358e4db00bb6cf653a47ec5 [file] [log] [blame]
error[E0015]: inline assembly is not allowed in constants
--> $DIR/inline_asm.rs:3:24
|
LL | const _: () = unsafe { llvm_asm!("nop") };
| ^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
error: aborting due to previous error
For more information about this error, try `rustc --explain E0015`.