]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/miri_unleashed/inline_asm.stderr
Rollup merge of #98640 - cuviper:stable-rust-analyzer, r=Mark-Simulacrum
[rust.git] / src / test / ui / consts / miri_unleashed / inline_asm.stderr
1 error[E0080]: could not evaluate static initializer
2   --> $DIR/inline_asm.rs:11:14
3    |
4 LL |     unsafe { asm!("nop"); }
5    |              ^^^^^^^^^^^ inline assembly is not supported
6
7 warning: skipping const checks
8    |
9 help: skipping check that does not even have a feature gate
10   --> $DIR/inline_asm.rs:11:14
11    |
12 LL |     unsafe { asm!("nop"); }
13    |              ^^^^^^^^^^^
14
15 error: aborting due to previous error; 1 warning emitted
16
17 For more information about this error, try `rustc --explain E0080`.