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

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