Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ check-pass
const fn i((a, b): (u32, u32)) -> u32 {
a + b
}
fn main() {}