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