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`.
|