summary refs log tree commit diff
path: root/src/test/ui/error-codes/E0612.stderr
blob: 21fdaf84dc94d6b31c1dde8fbad304324af92319 (plain)
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