Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// https://github.com/rust-lang/rust/issues/75283
extern "C" {
fn lol() { //~ ERROR incorrect function inside `extern` block
println!("");
}
fn main() {}