blob: 78285b8161c3895f723024a53a8aa23b055f440d [file] [log] [blame]
struct S<I: Iterator>(I);
struct T(S<u8>);
fn main() {}