Enable a test for .. in range patterns.
This commit is contained in:
parent
d53874eccf
commit
45fd7cd359
@ -8,8 +8,6 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// ignore-test
|
||||
|
||||
pub fn main() {
|
||||
match 22i {
|
||||
0 .. 3 => {} //~ ERROR expected `=>`, found `..`
|
||||
|
Loading…
x
Reference in New Issue
Block a user