rust/tests/ui/parser/attribute/attr-dangling-in-mod.rs

7 lines
63 B
Rust

//@ error-pattern:expected item
fn main() {
}
#[foo = "bar"]