mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
65745a1b95
The regressions are documented in the PR comments. This reverts commit2972b5e, reversing changes made tof908263.
6 lines
235 B
Rust
6 lines
235 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`
|
|
//~| ERROR unknown tool name `foo` found in scoped lint: `foo::bar`
|
|
fn main() {}
|