]> git.lizzy.rs Git - rust.git/blob - tests/ui/tool_lints.stderr
Rollup merge of #107091 - clubby789:infer-ftl-missing-dollar, r=compiler-errors
[rust.git] / tests / 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: aborting due to 2 previous errors
18
19 For more information about this error, try `rustc --explain E0710`.