blob: d92a4e8cc8df19897ba9a8504187ffab2399040c [file] [log] [blame]
enum Foo {
#[inline]
//~^ ERROR attribute should be applied
Variant,
}
fn main() {}