rust/src/test/ui/tool_lints.stderr
2019-04-18 13:29:28 -04:00

9 lines
181 B
Plaintext

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