mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
d31e137d6a
Implement unstable `new_range` feature Switches `a..b`, `a..`, and `a..=b` to resolve to the new range types. For rust-lang/rfcs#3550 Tracking issue #123741 also adds the re-export that was missed in the original implementation of `new_range_api`