blob: 5319dcef2d5e697c897a1371bf7b55d93ec712b5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: `..=` syntax in patterns is experimental (see issue #28237)
--> $DIR/feature-gate-dotdoteq_in_patterns.rs:13:9
|
13 | 0 ..= 3 => {} //~ ERROR `..=` syntax in patterns is experimental
| ^^^^^^^
|
= help: add #![feature(dotdoteq_in_patterns)] to the crate attributes to enable
error: aborting due to previous error
|