]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool_lints.stderr
Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung
[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:1:8
3    |
4 LL | #[warn(foo::bar)]
5    |        ^^^
6
7 error: aborting due to previous error
8