Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern "C" {
fn printf(_: *const u8, ...) -> u32;
}
fn main() {
unsafe { printf(); }
//~^ ERROR E0060