rust/src/test/ui/feature-gate-dotdoteq_in_patterns.stderr
2018-01-15 10:28:00 +01:00

11 lines
359 B
Plaintext

error[E0658]: `..=` 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