mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
7 lines
110 B
Rust
7 lines
110 B
Rust
Struct Foor {
|
|
//~^ ERROR keyword `struct` is written in the wrong case
|
|
hello: String,
|
|
}
|
|
|
|
fn main() {}
|