summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/attr-with-a-semicolon.rs
blob: 56fe40b916baf9f0030891836b47e97056890e11 (plain)
1
2
3
4
#[derive(Debug, Clone)]; //~ERROR expected item after attributes
struct Foo;

fn main() {}