]> git.lizzy.rs Git - rust.git/blob - src/test/ui/inference/cannot-infer-closure-circular.stderr
Rollup merge of #82259 - osa1:issue82156, r=petrochenkov
[rust.git] / src / test / ui / inference / cannot-infer-closure-circular.stderr
1 error[E0282]: type annotations needed for `Result<(), E>`
2   --> $DIR/cannot-infer-closure-circular.rs:7:14
3    |
4 LL |     let x = |r| {
5    |              ^ consider giving this closure parameter the explicit type `Result<(), E>`, with the type parameters specified
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0282`.