blob: e5ad7a53e0cc993c9356a44bf0ac2e067f301757 [file] [log] [blame]
// When denying at the crate level, be sure to not get random warnings from the
// injected intrinsics by the compiler.
#![deny(unused_attributes)]
mod a {
#![crate_type = "bin"] //~ ERROR unused attribute
//~^ ERROR should be in the root module
}
#[crate_type = "bin"] fn main() {} //~ ERROR unused attribute
//~^ ERROR should be an inner