blob: 270a379c2f848127e3b0d25794976b0d620dd227 [file] [log] [blame]
#![forbid(deprecated)]
#[allow(deprecated)]
//~^ ERROR allow(deprecated) incompatible
fn main() {
}