]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-lang-items.stderr
Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus
[rust.git] / src / test / ui / feature-gates / feature-gate-lang-items.stderr
1 error[E0658]: language items are subject to change
2   --> $DIR/feature-gate-lang-items.rs:1:1
3    |
4 LL | #[lang="foo"]   //~ ERROR language items are subject to change
5    | ^^^^^^^^^^^^^
6    |
7    = help: add #![feature(lang_items)] to the crate attributes to enable
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0658`.