mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 16:53:39 +00:00
5 lines
57 B
Rust
5 lines
57 B
Rust
fn foo(f: i32, f: i32) {} //~ ERROR E0415
|
|
|
|
fn main() {
|
|
}
|