1 2 3 4 5 6
fn f() { #[foo = "bar"] //~ ERROR expected statement after outer attribute } fn main() { }