blob: bf908d36d2e3f141360549783997b782353b07fb [file] [log] [blame]
error[E0412]: cannot find type `Bla` in this scope
--> $DIR/assoc-type-in-method-return.rs:3:25
|
LL | fn to_bla(&self) -> Bla;
| ^^^ help: try: `Self::Bla`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0412`.