]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/inline_asm.stderr
Rollup merge of #72279 - RalfJung:raw-ref-macros, r=nikomatsakis
[rust.git] / src / test / ui / consts / inline_asm.stderr
1 error[E0019]: constant contains unimplemented expression type
2   --> $DIR/inline_asm.rs:3:24
3    |
4 LL | const _: () = unsafe { llvm_asm!("nop") };
5    |                        ^^^^^^^^^^^^^^^^
6    |
7    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0019`.