]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool_lints.stderr
Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se
[rust.git] / src / test / ui / tool_lints.stderr
1 error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
2   --> $DIR/tool_lints.rs:1:8
3    |
4 LL | #[warn(foo::bar)]
5    |        ^^^
6    |
7    = help: add `#![register_tool(foo)]` to the crate root
8
9 error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
10   --> $DIR/tool_lints.rs:1:8
11    |
12 LL | #[warn(foo::bar)]
13    |        ^^^
14    |
15    = help: add `#![register_tool(foo)]` to the crate root
16
17 error[E0710]: unknown tool name `foo` found in scoped lint: `foo::bar`
18   --> $DIR/tool_lints.rs:1:8
19    |
20 LL | #[warn(foo::bar)]
21    |        ^^^
22    |
23    = help: add `#![register_tool(foo)]` 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`.