Skip to content

Commit 45fd7cd

Browse files
committed
Enable a test for .. in range patterns.
1 parent d53874e commit 45fd7cd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/compile-fail/pat-range-bad-dots.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// ignore-test
12-
1311
pub fn main() {
1412
match 22i {
1513
0 .. 3 => {} //~ ERROR expected `=>`, found `..`

0 commit comments

Comments
 (0)