]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23046.stderr
Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton
[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`.