summaryrefslogtreecommitdiffstats
path: root/tests/ui/tool_lints.rs
blob: ef27532f6de1f6813192e521040706fdb678ceb7 (plain)
1
2
3
4
#[warn(foo::bar)]
//~^ ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
fn main() {}