rust-lang / reference

The Rust Reference
https://doc.rust-lang.org/nightly/reference/
Apache License 2.0
1.16k stars 452 forks source link

patterns: include yet unstable exclusive range patterns #1484

Closed MultisampledNight closed 3 weeks ago

MultisampledNight commented 2 months ago

Done as recommended by the the stabilization guide.

When exclusive range patterns are stabilized, this PR will update the reference appropriately to reflect this and remove the mention of there being no exclusive range patterns.

There's no stabilization PR yet, I'm simply going through the guide for now.

Nadrieril commented 4 weeks ago

The stabilization PR has been merged! @ehuss this is ready for review.