summary refs log tree commit diff
path: root/src/test/ui/feature-gate-global_asm.stderr
blob: 2219d49a263627092531b585bcd4654371eaeec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
   |
LL | 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

For more information about this error, try `rustc --explain E0658`.