Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
struct S<I: Iterator>(I);
struct T(S<u8>);
//~^ ERROR is not an iterator
fn main() {}