2022-08-11 12:42:16 -05:00
|
|
|
error: use of a disallowed/placeholder name `ducks`
|
2024-02-27 08:25:18 -06:00
|
|
|
--> tests/ui-toml/disallowed_names_replace/disallowed_names.rs:7:9
|
2022-08-11 12:42:16 -05:00
|
|
|
|
|
|
|
|
LL | let ducks = ["quack", "quack"];
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::disallowed-names` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]`
|
2022-08-11 12:42:16 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-08-11 12:42:16 -05:00
|
|
|
|