summary refs log tree commit diff
path: root/tests/ui/parser/attribute/attr-dangling-in-mod.rs
blob: 001ac1135f6e466880aee3612ab3f05608ee7360 (plain)
1
2
3
4
5
6
//@ error-pattern:expected item

fn main() {
}

#[foo = "bar"]