Stabilize exclusive_range
This commit is contained in:
@@ -3,7 +3,6 @@ A lower range wasn't less than the upper range.
|
||||
Erroneous code example:
|
||||
|
||||
```compile_fail,E0579
|
||||
#![feature(exclusive_range_pattern)]
|
||||
|
||||
fn main() {
|
||||
match 5u32 {
|
||||
|
||||
Reference in New Issue
Block a user