Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ pp-exact
fn f1<'a, 'b, 'c>(_x: &'a u32, _y: &'b u32, _z: &'c u32) where 'c: 'a + 'b {}
fn main() {}