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