Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern "C" {
#[linkage = "extern_weak"] static foo: *mut isize;
//~^ ERROR: the `linkage` attribute is experimental and not portable
}
fn main() {}