]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-80988.rs
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / 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() {}