summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-toml/blacklisted_names_replace/blacklisted_names.stderr
blob: ec6f7f084f2a55336408fe0ddeadb30597c5e39b (plain)
1
2
3
4
5
6
7
8
9
10
error: use of a blacklisted/placeholder name `ducks`
  --> $DIR/blacklisted_names.rs:7:9
   |
LL |     let ducks = ["quack", "quack"];
   |         ^^^^^
   |
   = note: `-D clippy::blacklisted-name` implied by `-D warnings`

error: aborting due to previous error