about summary refs log tree commit diff
path: root/tests/ui/impl-trait/non-defining-uses/ice-issue-146191.next.stderr
blob: 4a88359ca96793079d90411949fd0b494b6f8176 (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/ice-issue-146191.rs:8:5
   |
LL |     async { create_complex_future().await }
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type

error: aborting due to 1 previous error

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