We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ee3c28 + 45fd7cd commit d596aa2Copy full SHA for d596aa2
src/test/compile-fail/pat-range-bad-dots.rs
@@ -8,8 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-// ignore-test
12
-
13
pub fn main() {
14
match 22i {
15
0 .. 3 => {} //~ ERROR expected `=>`, found `..`
0 commit comments