blob: a6709111d4ae78f5bd37f3568ddd1d9062741191 [file] [log] [blame] [edit]
error: keyword `struct` is written in the wrong case
--> $DIR/struct.rs:1:1
|
LL | Struct Foor {
| ^^^^^^
|
help: write it in lowercase (notice the capitalization)
|
LL - Struct Foor {
LL + struct Foor {
|
error: aborting due to 1 previous error