blob: f42c32b91cc06fcf731ed9835959f1d7803e4d97 [file] [log] [blame]
struct Foo<T=U, U=()> { //~ ERROR E0128
field1: T,
field2: U,
}
fn main() {
}