mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 02:31:20 +00:00
5 lines
68 B
Rust
5 lines
68 B
Rust
fn main() {
|
|
[9; || [9; []]];
|
|
//~^ ERROR: mismatched types
|
|
}
|