]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool_lints.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / tool_lints.stderr
1 error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
2   --> $DIR/tool_lints.rs:13:8
3    |
4 LL | #[warn(foo::bar)]
5    |        ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0710`.