blob: e11be9e17f20de30acda43f1f865b4149f6a968b [file] [log] [blame]
// gate-test-custom_inner_attributes
#[foo] //~ ERROR is currently unknown to the compiler
mod foo {
#![foo] //~ ERROR is currently unknown to the compiler
//~| ERROR non-builtin inner attributes are unstable
}
fn main() {}