Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn system(f: extern "system" fn(usize, ...)) {
//~^ ERROR unstable
f(22, 44);
}
fn main() {}