summary refs log tree commit diff
path: root/src/test/ui/tool_lints.stderr
blob: de941604a94913c6af8da8f52a9f94ab143a29a2 (plain)
1
2
3
4
5
6
7
8
error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
  --> $DIR/tool_lints.rs:1:8
   |
LL | #[warn(foo::bar)]
   |        ^^^

error: aborting due to previous error