]> git.proxmox.com Git - rustc.git/blame - src/test/ui/unknown-lint-tool-name.stderr
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / unknown-lint-tool-name.stderr
CommitLineData
6a06907d 1error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
0731742a 2 --> $DIR/unknown-lint-tool-name.rs:1:9
b7449926 3 |
532ac7d7 4LL | #![deny(foo::bar)]
b7449926 5 | ^^^
6a06907d
XL
6 |
7 = help: add `#![register_tool(foo)]` to the crate root
b7449926 8
6a06907d 9error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
dfeec247 10 --> $DIR/unknown-lint-tool-name.rs:5:9
b7449926 11 |
532ac7d7 12LL | #[allow(foo::bar)]
b7449926 13 | ^^^
6a06907d
XL
14 |
15 = help: add `#![register_tool(foo)]` to the crate root
b7449926 16
6a06907d 17error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
dfeec247
XL
18 --> $DIR/unknown-lint-tool-name.rs:1:9
19 |
20LL | #![deny(foo::bar)]
21 | ^^^
6a06907d
XL
22 |
23 = help: add `#![register_tool(foo)]` to the crate root
dfeec247 24
6a06907d 25error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
dfeec247
XL
26 --> $DIR/unknown-lint-tool-name.rs:5:9
27 |
28LL | #[allow(foo::bar)]
29 | ^^^
6a06907d
XL
30 |
31 = help: add `#![register_tool(foo)]` to the crate root
dfeec247 32
6a06907d 33error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
dfeec247
XL
34 --> $DIR/unknown-lint-tool-name.rs:1:9
35 |
36LL | #![deny(foo::bar)]
37 | ^^^
6a06907d
XL
38 |
39 = help: add `#![register_tool(foo)]` to the crate root
dfeec247 40
6a06907d 41error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
dfeec247
XL
42 --> $DIR/unknown-lint-tool-name.rs:5:9
43 |
44LL | #[allow(foo::bar)]
45 | ^^^
6a06907d
XL
46 |
47 = help: add `#![register_tool(foo)]` to the crate root
dfeec247
XL
48
49error: aborting due to 6 previous errors
b7449926 50
ba9703b0 51For more information about this error, try `rustc --explain E0710`.