blob: 22f739b9e76c2228218f69e2c0265ca93f4183e3 [file] [log] [blame]
trait Trait {
type Bar;
}
type Foo = dyn Trait; //~ ERROR E0191
fn main() {}