mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 08:11:27 +00:00
4 lines
70 B
Rust
4 lines
70 B
Rust
fn foo(a: [0; 1]) {} //~ ERROR expected type, found `0`
|
|
|
|
fn main() {}
|