summary refs log tree commit diff
path: root/src/test/ui/tool_lints.stderr
blob: 2484b10116f0ede3cd8d610fbfd96ef01fe94a10 (plain)
1
2
3
4
5
6
7
8
9
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

For more information about this error, try `rustc --explain E0710`.