Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
const fn cmp(x: fn(), y: fn()) -> bool {
unsafe { x == y }
//~^ ERROR can't compare
}
fn main() {}