]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/issue-80988.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[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() {}