rust/tests/ui/feature-gates/feature-gate-lint-reasons.rs

6 lines
169 B
Rust
Raw Normal View History

#![warn(nonstandard_style, reason = "the standard should be respected")]
//~^ ERROR lint reasons are experimental
2020-01-08 17:02:10 +00:00
//~| ERROR lint reasons are experimental
fn main() {}