summaryrefslogtreecommitdiffstats
path: root/src/test/ui/suggestions/assoc-type-in-method-return.stderr
blob: 202e4a16eada71911c8d1c99aafd21fe71538c40 (plain)
1
2
3
4
5
6
7
8
9
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: you might have meant to use the associated type: `Self::Bla`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0412`.