1 error[E0128]: generic parameters with a default cannot use forward declared identifiers
4 LL | struct Foo<T=U, U=()> {
5 | ^ defaulted generic parameters cannot be forward declared
7 error: aborting due to previous error
9 For more information about this error, try `rustc --explain E0128`.