summaryrefslogtreecommitdiffstats
path: root/tests/ui/pub/pub-ident-struct-4.fixed
blob: b49fa678e1b7d3221777cce538f499f786ebbbd4 (plain)
1
2
3
4
5
6
// run-rustfix

pub struct T(String);
//~^ ERROR missing `struct` for struct definition

fn main() {}