Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![no_std]
extern crate core; //~ ERROR: the name `core` is defined multiple times
extern crate std;
fn main() {}