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