mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:46:22 +00:00
Use if-let guards in the codebase and various other pattern cleanups Dogfooding if-let guards as experimentation for the feature. Tracking issue #51114. Conflicts with #87937.