2020-04-19 10:05:28 +00:00
|
|
|
error[E0080]: could not evaluate static initializer
|
2022-01-12 00:00:00 +00:00
|
|
|
--> $DIR/inline_asm.rs:11:14
|
2020-06-01 18:53:45 +00:00
|
|
|
|
|
|
|
|
LL | unsafe { asm!("nop"); }
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^ inline assembly is not supported
|
2020-06-01 18:53:45 +00:00
|
|
|
|
2020-05-03 12:23:08 +00:00
|
|
|
warning: skipping const checks
|
|
|
|
|
|
|
|
|
help: skipping check that does not even have a feature gate
|
2022-01-12 00:00:00 +00:00
|
|
|
--> $DIR/inline_asm.rs:11:14
|
2020-06-01 18:53:45 +00:00
|
|
|
|
|
|
|
|
LL | unsafe { asm!("nop"); }
|
2021-10-14 18:28:28 +00:00
|
|
|
| ^^^^^^^^^^^
|
2020-05-03 12:23:08 +00:00
|
|
|
|
2022-01-12 00:00:00 +00:00
|
|
|
error: aborting due to previous error; 1 warning emitted
|
2020-04-19 10:05:28 +00:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0080`.
|