Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[cfg(FALSE)]
fn syntax() {
bar::<Item = 'a>(); //~ ERROR lifetimes are not permitted in this context
}
fn main() {}