summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-lint-reasons.rs
blob: 7756074e235a10f5248622639499d7bcb9359680 (plain)
1
2
3
4
5
#![warn(nonstandard_style, reason = "the standard should be respected")]
//~^ ERROR lint reasons are experimental
//~| ERROR lint reasons are experimental

fn main() {}