about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/recursive-fn-tait.stderr
blob: 847f1cc6c2eb6bfa82115b27d15052e17a96be7e (plain)
1
2
3
4
5
6
7
8
9
error[E0720]: cannot resolve opaque type
  --> $DIR/recursive-fn-tait.rs:15:6
   |
LL | ) -> Diff {
   |      ^^^^

error: aborting due to 1 previous error

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