mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-19 01:24:05 +00:00
11 lines
263 B
Text
11 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
|
||
|
|