]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui-toml/disallowed_names_replace/disallowed_names.stderr
New upstream version 1.76.0+dfsg1
[rustc.git] / src / tools / clippy / tests / ui-toml / disallowed_names_replace / disallowed_names.stderr
CommitLineData
f2b60f7d
FG
1error: use of a disallowed/placeholder name `ducks`
2 --> $DIR/disallowed_names.rs:7:9
3 |
4LL | let ducks = ["quack", "quack"];
5 | ^^^^^
6 |
7 = note: `-D clippy::disallowed-names` implied by `-D warnings`
781aab86 8 = help: to override `-D warnings` add `#[allow(clippy::disallowed_names)]`
f2b60f7d 9
4b012472 10error: aborting due to 1 previous error
f2b60f7d 11