2021-07-01 05:29:20 -05:00
|
|
|
warning: `...` range patterns are deprecated
|
2021-08-18 04:05:59 -05:00
|
|
|
--> $DIR/cap-lints-warn-allowed-warn-by-default-lint.rs:10:10
|
2021-07-01 05:29:20 -05:00
|
|
|
|
|
|
|
|
LL | 0...100 => true,
|
|
|
|
| ^^^ help: use `..=` for an inclusive range
|
|
|
|
|
|
|
|
|
= warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
|
2021-08-09 10:45:01 -05:00
|
|
|
= note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
|
2022-09-18 10:55:36 -05:00
|
|
|
= note: `--force-warn ellipsis-inclusive-range-patterns` implied by `--force-warn rust-2021-compatibility`
|
2021-07-01 05:29:20 -05:00
|
|
|
|
|
|
|
warning: 1 warning emitted
|
|
|
|
|