]> git.proxmox.com Git - rustc.git/blame - src/test/ui/consts/inline_asm.stderr
Merge branch 'debian/sid' into debian/experimental
[rustc.git] / src / test / ui / consts / inline_asm.stderr
CommitLineData
1b1a35ee 1error[E0015]: inline assembly is not allowed in constants
f9f354fc
XL
2 --> $DIR/inline_asm.rs:3:24
3 |
4LL | const _: () = unsafe { llvm_asm!("nop") };
5 | ^^^^^^^^^^^^^^^^
6 |
17df50a5 7 = note: this error originates in the macro `llvm_asm` (in Nightly builds, run with -Z macro-backtrace for more info)
f9f354fc
XL
8
9error: aborting due to previous error
10
1b1a35ee 11For more information about this error, try `rustc --explain E0015`.