blob: 9bde65998d7441ad96a45e9d2b468516cdbf9c11 [file] [log] [blame]
trait A {
type Bla;
fn to_bla(&self) -> Bla;
//~^ ERROR cannot find type `Bla` in this scope
}
fn main() {}