mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
3a3c7b580f
Use `let`...`else` instead of `match foo { ... _ => return };` and `if let ... else return` in std
Split off rust-lang/rust#148837.