rust/src/test/ui/consts/inline_asm.stderr

12 lines
410 B
Plaintext
Raw Normal View History

error[E0019]: constant contains unimplemented expression type
2020-04-21 16:24:41 +00:00
--> $DIR/inline_asm.rs:3:24
|
LL | const _: () = unsafe { llvm_asm!("nop") };
2020-04-21 16:24:41 +00:00
| ^^^^^^^^^^^^^^^^
|
= note: this error originates in a macro (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 E0019`.