about summary refs log tree commit diff
path: root/tests/ui/lint/command-line-register-unknown-lint-tool.stderr
blob: 7bdee5ec9a40d8dd1a737eb6c5060b33e36dbb95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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[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 3 previous errors

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