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

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

fn main() {}