rust/tests/ui/parser/misspelled-keywords/struct.rs

5 lines
62 B
Rust
Raw Normal View History

2024-09-01 21:27:43 -05:00
Struct Foor {
//~^ ERROR expected one of
hello: String,
}