summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/opaque-cast-field-access-in-future.stderr
blob: ee4343b110f2674d69fb68a1f2cee171dd85899b (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/opaque-cast-field-access-in-future.rs:22:17
   |
LL | fn run() -> Foo<impl Future<Output = ()>> {
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type

error: aborting due to previous error

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