blob: 8bccb631af4bb5e4956249a0957dc8a2ae1499e7 [file] [log] [blame]
fn foo<T, T>(s: T, u: T) {} //~ ERROR E0403
fn main() {
}