mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-29 12:04:20 +00:00
mir_build: Simplify `lower_pattern_range_endpoint` By accumulating ascriptions and inline-consts in separate vectors, we can streamline some previously-tricky code for dealing with range patterns.