blob: 19a8f825f57d0a3ba02d9c8bffa306c0b165e5c8 [file] [edit]
//@ compile-flags: -F deprecated
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible with previous forbid [E0453]
fn main() {
}