Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// build-pass
#![allow(dead_code)]
type A = for<> fn();
type B = for<'a,> fn();
pub fn main() {}