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