]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-lang-items.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-lang-items.rs
1 #[lang = "foo"] //~ ERROR language items are subject to change
2                 //~^ ERROR definition of an unknown language item: `foo`
3 trait Foo {}
4
5 fn main() {}