summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui-cargo/wildcard_dependencies/fail/Cargo.stderr
blob: a3539051b4d5fe9468e00b250407a1bfd8833132 (plain)
1
2
3
4
5
6
error: wildcard dependency for `regex`
  |
  = note: `-D clippy::wildcard-dependencies` implied by `-D warnings`
  = help: to override `-D warnings` add `#[allow(clippy::wildcard_dependencies)]`

error: could not compile `wildcard_dependencies` (bin "wildcard_dependencies") due to 1 previous error