struct Foo(A, B); // { dg-error "could not resolve type path .B." "" { target *-*-* } .-1 } fn main() { let a: Foo; a = Foo::(true, (false, true)); let b: (bool, bool); b = a.1; }