1cdc81bdc1
- Pass it explicitly where appropriate - Update stderr files and warnings; it turns that unstable-options has far-reaching effects on diagnostics.
4 lines
167 B
Rust
4 lines
167 B
Rust
#[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() {}
|