summary refs log tree commit diff
path: root/src/test/ui/feature-gate-lang-items.stderr
blob: dab8ce23192a838ca6fbac1148b59ada0dfa92f6 (plain)
1
2
3
4
5
6
7
8
9
10
error: language items are subject to change
  --> $DIR/feature-gate-lang-items.rs:11:1
   |
11 | #[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