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