rust/tests/ui/parser/misspelled-keywords/struct.rs
2024-09-02 11:45:51 -04:00

5 lines
62 B
Rust

Struct Foor {
//~^ ERROR expected one of
hello: String,
}