Files
2025-12-03 18:09:40 +00:00

7 lines
110 B
Rust

Struct Foor {
//~^ ERROR keyword `struct` is written in the wrong case
hello: String,
}
fn main() {}