1 2 3 4 5 6 7 8
error[E0612]: attempted out-of-bounds tuple index `1` on type `Foo` --> $DIR/E0612.rs:15:4 | 15 | y.1; //~ ERROR E0612 | ^^^ error: aborting due to previous error