mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-08 13:35:48 +00:00
7 lines
93 B
Rust
7 lines
93 B
Rust
struct Foo {
|
|
let: i32,
|
|
//~^ ERROR expected identifier, found keyword
|
|
}
|
|
|
|
fn main() {}
|