mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +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.