mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 05:33:27 +00:00
10 lines
263 B
Text
10 lines
263 B
Text
error: use of a disallowed/placeholder name `ducks`
|
|
--> $DIR/disallowed_names.rs:7:9
|
|
|
|
|
LL | let ducks = ["quack", "quack"];
|
|
| ^^^^^
|
|
|
|
|
= note: `-D clippy::disallowed-names` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|