summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-lint-reasons.rs
blob: 1a7b9c990fa642bc58b9382aaba509eee130bed4 (plain)
1
2
3
4
#![warn(nonstandard_style, reason = "the standard should be respected")]
//~^ ERROR lint reasons are experimental

fn main() {}