20 lines
468 B
Text
20 lines
468 B
Text
error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
|
|
--> $DIR/tool_lints.rs:1:8
|
|
|
|
|
LL | #[warn(foo::bar)]
|
|
| ^^^
|
|
|
|
error[E0710]: an unknown tool name found in scoped lint: `foo::bar`
|
|
--> $DIR/tool_lints.rs:1:8
|
|
|
|
|
LL | #[warn(foo::bar)]
|
|
| ^^^
|
|
|
|
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 3 previous errors
|
|
|