Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use core;
use std as core;
//~^ ERROR is defined multiple times
fn main() {
1 + 1;
}