]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/feature-gate-lint-reasons.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / feature-gate-lint-reasons.rs
1 #![warn(nonstandard_style, reason = "the standard should be respected")]
2 //~^ ERROR lint reasons are experimental
3 //~| ERROR lint reasons are experimental
4
5 fn main() {}