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

pub struct S {
//~^ ERROR missing `struct` for struct definition
}
fn main() {}