fn foo(_: impl Iterator + ?Sized) {} //~ ERROR [E0277] fn bar(_: impl ?Sized) {} //~ ERROR [E0277] fn main() {}