rust/src/test/ui/inference/cannot-infer-closure-circular.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
379 B
Plaintext
Raw Normal View History

2021-01-28 10:01:36 -06:00
error[E0282]: type annotations needed for `Result<(), E>`
--> $DIR/cannot-infer-closure-circular.rs:7:14
|
LL | let x = |r| {
| ^ consider giving this closure parameter the explicit type `Result<(), E>`, where the type parameter `E` is specified
error: aborting due to previous error
For more information about this error, try `rustc --explain E0282`.