rustc/tests/ui/pub/pub-ident-struct.fixed
2023-08-02 10:33:26 +02:00

7 lines
96 B
Plaintext

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