13 lines
370 B
Plaintext
13 lines
370 B
Plaintext
|
warning: `...` range patterns are deprecated
|
||
|
--> $DIR/inclusive-range-pattern-syntax.rs:19:10
|
||
|
|
|
||
|
LL | 1...2 => {}
|
||
|
| ^^^ help: use `..=` for an inclusive range
|
||
|
|
|
||
|
note: lint level defined here
|
||
|
--> $DIR/inclusive-range-pattern-syntax.rs:14:9
|
||
|
|
|
||
|
LL | #![warn(ellipsis_inclusive_range_patterns)]
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|