2021-01-29 19:06:00 -05:00
|
|
|
// Regression test for #80988
|
|
|
|
|
//
|
2024-02-16 20:02:50 +00:00
|
|
|
//@ check-pass
|
2021-01-29 19:06:00 -05:00
|
|
|
|
|
|
|
|
#![forbid(warnings)]
|
|
|
|
|
|
|
|
|
|
#[deny(warnings)]
|
|
|
|
|
//~^ WARNING incompatible with previous forbid
|
|
|
|
|
//~| WARNING being phased out
|
|
|
|
|
fn main() {}
|