]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/force-warn/force-warn-cap-lints-warn.stderr
Add tests for `#[no_mangle]` in `impl` blocks that looks like generic `impl` blocks...
[rust.git] / src / test / ui / lint / force-warn / force-warn-cap-lints-warn.stderr
1 warning: `...` range patterns are deprecated
2   --> $DIR/force-warn-cap-lints-warn.rs:8:10
3    |
4 LL |         0...100 => true,
5    |          ^^^ help: use `..=` for an inclusive range
6    |
7    = note: `--force-warn ellipsis-inclusive-range-patterns` implied by `--force-warn rust-2021-compatibility`
8    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
9    = note: for more information, see issue #80165 <https://github.com/rust-lang/rust/issues/80165>
10
11 warning: 1 warning emitted
12