summary refs log tree commit diff
path: root/src/test/ui/feature-gate-lang-items.stderr
blob: ef3e79472808665a3e932be9df7c4593c778adfb (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0658]: language items are subject to change
  --> $DIR/feature-gate-lang-items.rs:11:1
   |
LL | #[lang="foo"]   //~ ERROR language items are subject to change
   | ^^^^^^^^^^^^^
   |
   = help: add #![feature(lang_items)] to the crate attributes to enable

error: aborting due to previous error

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