Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Check that the visibility modifier is included in the span of foreign items.
extern "C" {
fn foo();
pub //~ ERROR the name `foo` is defined multiple times
static mut foo: u32;
}
fn main() {