mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-15 14:46:47 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
fn foo<T, T>(s: T, u: T) {} //~ ERROR E0403
|
|
|
|
fn main() {
|
|
}
|