rust/compiler
Yuki Okushi c50e64d872
Rollup merge of #102275 - Urgau:stabilize-half_open_range_patterns, r=cjgillot
Stabilize `half_open_range_patterns`

This PR stabilize `feature(half_open_range_patterns)`:
```
Allows using `..=X` as a pattern.
```

And adds a new `feature(half_open_range_patterns_in_slices)` for the slice part, https://github.com/rust-lang/rust/pull/102275#issuecomment-1267422806.

The FCP was completed in https://github.com/rust-lang/rust/issues/67264.
2022-10-10 10:23:03 +09:00
..
2022-09-29 16:49:04 +09:00
2022-10-06 15:49:44 +11:00
2022-09-29 16:49:04 +09:00
2022-09-29 16:49:04 +09:00
2022-10-07 09:33:46 -05:00
2022-10-07 09:33:46 -05:00
2022-09-26 10:14:45 +02:00
2022-10-06 15:49:44 +11:00