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