E0308 hint suggests adding a return type to a closure #128561
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Current output
Desired output
Rationale and extra context
closures have their return type inferred if not specified, so adding a return type to a closure will never fix a type error.
Other cases
No response
Rust Version
Anything else?
No response
The text was updated successfully, but these errors were encountered: