mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-05 08:24:31 +00:00
9 lines
123 B
Rust
9 lines
123 B
Rust
struct BuildData {
|
|
foo: isize,
|
|
foo: isize,
|
|
//~^ ERROR field `foo` is already declared [E0124]
|
|
}
|
|
|
|
fn main() {
|
|
}
|