pub trait Trait { type A; } pub type Alias = dyn Trait; //~^ ERROR failed to resolve: `Self` fn main() {}