Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
trait A<T> {}
struct B<T> where B<T>: A<B<T>> { t: T }
fn main() {}