]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-struct.fixed
Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=GuillaumeGomez
[rust.git] / src / test / ui / pub / pub-ident-struct.fixed
1 // run-rustfix
2
3 pub struct S {
4 //~^ ERROR missing `struct` for struct definition
5 }
6 fn main() {}