]> git.lizzy.rs Git - rust.git/blob - tests/ui/rename.stderr
Merge remote-tracking branch 'upstream/master'
[rust.git] / tests / ui / rename.stderr
1 error: unknown lint: `stutter`
2   --> $DIR/rename.rs:10:10
3    |
4 LL | #![allow(stutter)]
5    |          ^^^^^^^
6    |
7    = note: `-D unknown-lints` implied by `-D warnings`
8
9 error: lint `clippy::stutter` has been renamed to `clippy::module_name_repetitions`
10   --> $DIR/rename.rs:12:8
11    |
12 LL | #[warn(clippy::stutter)]
13    |        ^^^^^^^^^^^^^^^ help: use the new name: `clippy::module_name_repetitions`
14    |
15    = note: `-D renamed-and-removed-lints` implied by `-D warnings`
16
17 error: aborting due to 2 previous errors
18