// xfail-test fn foo(x: T, y: U) { let mut xx = x; xx = y; // error message should mention T and U, not 'a and 'b } fn main() { }