blob: 14b2c8644e0b40f2caa9fc05695220cba02b16e1 [file] [log] [blame]
// gate-test-custom_inner_attributes
#![feature(custom_attribute)]
#[foo]
mod foo {
#![foo] //~ ERROR non-builtin inner attributes are unstable
}
fn main() {}