Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
fn foo<T: Iterator>() {
T::Item; //~ ERROR no associated item named `Item` found
}
fn main() { }