rustc/tests/ui/pub/pub-ident-struct.fixed
2024-06-21 09:39:33 +02:00

7 lines
97 B
Plaintext

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