blob: 544a6e2a7e78a772986e892dea278295b4c8c9d4 [file] [log] [blame]
// Unknown attributes fall back to unstable custom attributes.
#![feature(custom_inner_attributes)]
#![mutable_doc]
//~^ ERROR cannot find attribute macro `mutable_doc` in this scope
#[dance] mod a {}
//~^ ERROR cannot find attribute macro `dance` in this scope
#[dance] fn main() {}
//~^ ERROR cannot find attribute macro `dance` in this scope