6 lines
110 B
Rust
6 lines
110 B
Rust
Struct Foor {
|
|
//~^ ERROR keyword `struct` is written in the wrong case
|
|
hello: String,
|
|
}
|
|
|
|
fn main() {}
|