Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
trait T {
extern "Rust" unsafe fn foo();
//~^ ERROR expected `{`, found keyword `unsafe`
}
fn main() {}