about summary refs log tree commit diff
path: root/tests/ui/parser/misspelled-keywords/struct.rs
blob: 0f64dec6f56b3963c64895abbf254c4c104ea4ff (plain)
1
2
3
4
Struct Foor {
//~^ ERROR expected one of
    hello: String,
}