rust/src/test/ui/tool_lints.rs

4 lines
96 B
Rust
Raw Normal View History

#[warn(foo::bar)]
//~^ ERROR an unknown tool name found in scoped lint: `foo::bar`
fn main() {}