Open
Description
PR #1388 should be made into a proposal. It just needs the proposal template filled out, with background, rationale, and alternatives. My expectation is that a lot of the rationale can come from looking at how well it has gone in other languages, which likely have already articulated how this feature is good for dealing with the unexpected cases without continually indenting right, for example:
- https://github.com/rust-lang/rfcs/blob/master/text/3137-let-else.md
- https://www.reddit.com/r/rust/comments/rdsf8p/how_have_i_lived_without_letelse/
The proposal process is described here: https://github.com/carbon-language/carbon-lang/blob/trunk/docs/project/evolution.md .
I in particular recommend the proposals/scripts/new_proposal.py
script.