blob: c9a2aff2137a72310c98f37b08e3d937eea5b0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0602`.
|