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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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() {}