Example: ``` fn foo<T:Copy<U>, U>(x: T) { } fn main() { } ``` I left a FIXME at the relevant part of the code.