]> git.lizzy.rs Git - rust.git/blob - tests/ui-toml/disallowed_names_replace/disallowed_names.stderr
Rename "blacklisted name" to "disallowed name" throughout
[rust.git] / tests / ui-toml / disallowed_names_replace / disallowed_names.stderr
1 error: use of a disallowed/placeholder name `ducks`
2   --> $DIR/disallowed_names.rs:7:9
3    |
4 LL |     let ducks = ["quack", "quack"];
5    |         ^^^^^
6    |
7    = note: `-D clippy::disallowed-name` implied by `-D warnings`
8
9 error: aborting due to previous error
10