blob: 8a4eb449d3c8ad9e40dcca0d6df2cbd86738dcba [file] [log] [blame]
//@ compile-flags: -F deprecated
#[allow(deprecated)] //~ ERROR allow(deprecated) incompatible
fn main() {
}