1
Fork 0

Stabilize exclusive_range

This commit is contained in:
Ross Smyth 2024-04-27 20:35:32 -04:00
parent 79734f1db8
commit 6967d1c0fc
74 changed files with 300 additions and 619 deletions

View file

@ -1,5 +1,3 @@
#![feature(exclusive_range_pattern)]
fn main() {
match [5..4, 99..105, 43..44] {
[..9, 99..100, _] => {},