]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gates/feature-gate-lint-reasons.rs
New upstream version 1.54.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-lint-reasons.rs
1 #![warn(nonstandard_style, reason = "the standard should be respected")]
2 //~^ ERROR lint reasons are experimental
3 //~| ERROR lint reasons are experimental
4
5 fn main() {}