about summary refs log tree commit diff
path: root/tests/ui/tool-attributes/tool_lints.rs
blob: 9e4aa7a939acbca1a2ba4fdc7d0c942d286c5ada (plain)
1
2
3
4
5
#[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`
//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
fn main() {}