summaryrefslogtreecommitdiffstats
path: root/tests/ui/lint/command-line-register-unknown-lint-tool.stderr
blob: 65aa196283082136a6523593b4d39ea800bd96c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0602]: unknown lint tool: `unknown_tool`
   |
   = note: requested on the command line with `-A unknown_tool::foo`

error[E0602]: unknown lint tool: `unknown_tool`
   |
   = note: requested on the command line with `-A unknown_tool::foo`
   = note: duplicate diagnostic emitted due to `-Z deduplicate-diagnostics=no`

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0602`.