11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
error[E0658]: `global_asm!` is not stable enough for use and is subject to change (see issue #35119)
|
|
--> $DIR/feature-gate-global_asm.rs:11:1
|
|
|
|
|
11 | global_asm!(""); //~ ERROR `global_asm!` is not stable
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
= help: add #![feature(global_asm)] to the crate attributes to enable
|
|
|
|
error: aborting due to previous error
|
|
|