about summary refs log tree commit diff
path: root/tests/ui/pub/pub-ident-struct.fixed
blob: 3f0610cd765c2ede50ebdb7dc4af7c5f2025cb62 (plain)
1
2
3
4
5
6
//@ run-rustfix

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