Closed
Description
I kind of like the look of if-let and while-let, but @varkor and I think that
it's probably clearer and more consistent with other error messages as `if let`
and `while let`
.
This will have to be changed in the compiler's error messages and the language
documentation (in src/doc/
). Run rg -F -e '-let' compiler/ src/doc
to find
out what to change.
Originally discussed in #79747 (comment).
Metadata
Metadata
Assignees
Labels
Area: Messages for errors, warnings, and lintsArea: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: PRs that clean code up or issues documenting cleanup.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Help is requested to fix this issue.Relevant to the compiler team, which will review and decide on the PR/issue.Relevant to the language team, which will review and decide on the PR/issue.