Detect missing else
in block with return
#135857
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
F-let_else
Issues related to let-else statements (RFC 3137)
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This should detect that there's a missing
else
:= data else {
.The text was updated successfully, but these errors were encountered: