Enable a test for .. in range patterns.
This commit is contained in:
parent
d53874eccf
commit
45fd7cd359
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue