rust/tests/ui/parser/misspelled-keywords/struct.rs
2025-12-03 18:09:40 +00:00

6 lines
110 B
Rust

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