]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gates/feature-gate-global_asm.stderr
733b8d08f77dd2dce464e4fc4bab1f53df168839
[rustc.git] / src / test / ui / feature-gates / feature-gate-global_asm.stderr
1 error[E0658]: use of unstable library feature 'global_asm': `global_asm!` is not stable enough for use and is subject to change
2 --> $DIR/feature-gate-global_asm.rs:1:1
3 |
4 LL | global_asm!("");
5 | ^^^^^^^^^^
6 |
7 = note: for more information, see https://github.com/rust-lang/rust/issues/35119
8 = help: add `#![feature(global_asm)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.