rust/src/test/ui/feature-gates/feature-gate-lint-reasons.rs

5 lines
128 B
Rust
Raw Normal View History

#![warn(nonstandard_style, reason = "the standard should be respected")]
//~^ ERROR lint reasons are experimental
fn main() {}