Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern "C" {
const fn foo();
//~^ ERROR functions in `extern` blocks cannot have qualifiers
const unsafe fn bar();
}
fn main() {}