Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
mod foo { pub struct Bar; }
fn main() {
{
struct Bar;
use foo::Bar;
//~^ ERROR the name `Bar` is defined multiple times
}