]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/unknown-feature.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / unknown-feature.rs
1 #![feature(unknown_rust_feature)] //~ ERROR unknown feature
2
3 fn main() {}