Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
// compile-flags: -Znext-solver
fn test<T: Iterator>(x: T::Item) -> impl Sized {
x
}
fn main() {}