]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23046.stderr
Merge commit '533f0fc81ab9ba097779fcd27c8f9ea12261fef5' into psimd
[rust.git] / src / test / ui / issues / issue-23046.stderr
1 error[E0282]: type annotations needed for `Expr<'_, VAR>`
2   --> $DIR/issue-23046.rs:17:15
3    |
4 LL |     let ex = |x| {
5    |               ^ consider giving this closure parameter the explicit type `Expr<'_, VAR>`, where the type parameter `VAR` is specified
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0282`.