about summary refs log tree commit diff
path: root/tests/ui/type-alias-impl-trait/nested-tait-inference2.next.stderr
blob: d2127976e7d2290d5ac1359eb8e6e1506180775d (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/nested-tait-inference2.rs:20:5
   |
LL |     ()
   |     ^^ cannot infer type

error: aborting due to 1 previous error

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