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