1 2 3 4 5 6 7
// compile-flags: -Cmetadata=aux pub trait Foo {} pub struct Bar<T> { x: T } impl<T> Foo for Bar<[T; 1 + 1 + 1]> {}