Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// aux-build:m1.rs
// aux-build:m2.rs
extern crate m1;
extern crate m2 as m1; //~ ERROR is defined multiple times
fn main() {}