// check-pass // compile-flags: -Zsave-analysis trait Trait { type Assoc; } fn main() { struct Data { x: T::Assoc, } }