]>
Commit | Line | Data |
---|---|---|
6a06907d XL |
1 | error[E0710]: unknown tool name `abc` found in scoped lint: `abc::my_lint` |
2 | --> $DIR/register-tool-lint.rs:5:9 | |
3 | | | |
4 | LL | #![warn(abc::my_lint)] | |
5 | | ^^^ | |
6 | | | |
7 | = help: add `#![register_tool(abc)]` to the crate root | |
8 | ||
9 | error[E0710]: unknown tool name `abc` found in scoped lint: `abc::my_lint` | |
10 | --> $DIR/register-tool-lint.rs:5:9 | |
11 | | | |
12 | LL | #![warn(abc::my_lint)] | |
13 | | ^^^ | |
14 | | | |
15 | = help: add `#![register_tool(abc)]` to the crate root | |
16 | ||
17 | error[E0710]: unknown tool name `abc` found in scoped lint: `abc::my_lint` | |
18 | --> $DIR/register-tool-lint.rs:5:9 | |
19 | | | |
20 | LL | #![warn(abc::my_lint)] | |
21 | | ^^^ | |
22 | | | |
23 | = help: add `#![register_tool(abc)]` to the crate root | |
24 | ||
25 | error: aborting due to 3 previous errors | |
26 | ||
27 | For more information about this error, try `rustc --explain E0710`. |