blob: edbec3b9456b3486a9c6d90a0e29c50f30054de5 [file] [log] [blame] [edit]
error: expected one of `!` or `::`, found `Foor`
--> $DIR/struct.rs:1:8
|
LL | Struct Foor {
| ^^^^ expected one of `!` or `::`
|
help: write keyword `struct` in lowercase (notice the capitalization difference)
|
LL - Struct Foor {
LL + struct Foor {
|
error: aborting due to 1 previous error