blob: 12b2eb48e7eaa2987d341590f80595f040d88ba6 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0282]: type annotations needed for `Expr<'_, VAR>`
--> $DIR/issue-23046.rs:17:15
|
LL | let ex = |x| {
| ^ consider giving this closure parameter the explicit type `Expr<'_, VAR>`, where the type parameter `VAR` is specified
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.
|