Skip to content

Use let...else instead of match foo { ... _ => return }; and if let ... else return in std#149795

Merged
bors merged 1 commit into
rust-lang:mainfrom
estebank:let-else-std
Dec 10, 2025
Merged

Use let...else instead of match foo { ... _ => return }; and if let ... else return in std#149795
bors merged 1 commit into
rust-lang:mainfrom
estebank:let-else-std

Use `let`...`else` instead of `match foo { ... _ => return };` and `i…

0488690
Select commit
Loading
Failed to load commit list.
Sign in for the full log view