// compile-pass // skip-codegen #![allow(warnings)] trait A {} struct B where B: A> { t: T } fn main() { }