Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#[cfg(FALSE)]
fn syntax() {
bar::<Item = 42>();
//~^ ERROR associated const equality is incomplete
bar::<Item = { 42 }>();
}
fn main() {}