Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern "C" {
fn foo((a, b): (u32, u32));
//~^ ERROR E0130
}
fn main() {}