about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/infinite-cycle-involving-weak.stderr
blob: 426a6c29fff667da9d1ffe5b0b6d5a93408f89a4 (plain)
1
2
3
4
5
6
7
8
9
error[E0720]: cannot resolve opaque type
  --> $DIR/infinite-cycle-involving-weak.rs:6:13
   |
LL | fn foo() -> T {
   |             ^

error: aborting due to 1 previous error

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