]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-struct.rs
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / ui / pub / pub-ident-struct.rs
1 // run-rustfix
2
3 pub S {
4 //~^ ERROR missing `struct` for struct definition
5 }
6 fn main() {}