trait Tr {} type Huh where T: Tr = isize; //~ ERROR type parameter `T` is unused fn main() {}