]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/issue-80988.rs
Rollup merge of #106849 - WaffleLapkin:unvec, r=Nilstrieb
[rust.git] / tests / ui / lint / issue-80988.rs
1 // Regression test for #80988
2 //
3 // check-pass
4
5 #![forbid(warnings)]
6
7 #[deny(warnings)]
8 //~^ WARNING incompatible with previous forbid
9 //~| WARNING being phased out
10 //~| WARNING incompatible with previous forbid
11 //~| WARNING being phased out
12 //~| WARNING incompatible with previous forbid
13 //~| WARNING being phased out
14 fn main() {}