]> git.proxmox.com Git - rustc.git/blame - src/test/ui/tool_lints.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / tool_lints.stderr
CommitLineData
8faf50e0 1error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
0731742a 2 --> $DIR/tool_lints.rs:1:8
8faf50e0
XL
3 |
4LL | #[warn(foo::bar)]
5 | ^^^
6
46de9a89
FG
7error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
8 --> $DIR/tool_lints.rs:1:8
9 |
10LL | #[warn(foo::bar)]
11 | ^^^
12
13error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
14 --> $DIR/tool_lints.rs:1:8
15 |
16LL | #[warn(foo::bar)]
17 | ^^^
18
19error: aborting due to 3 previous errors
8faf50e0 20
72b1a166 21For more information about this error, try `rustc --explain E0710`.