blob: 18013697a83384cdd2557a8ebd3a308db63b7b87 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0612]: attempted out-of-bounds tuple index `1` on type `Foo`
--> $DIR/E0612.rs:15:4
|
LL | y.1; //~ ERROR E0612
| ^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0612`.
|