blob: a0ea0e0a30a725796e190c08369068ab4fee1684 [file] [log] [blame]
error: unexpected token: `1.1`
--> $DIR/tuple-float-index.rs:4:17
|
LL | (1, (2, 3)).1.1;
| ------------^^^
| | |
| | unexpected token
| help: try parenthesizing the first index: `((1, (2, 3)).1).1`
error: aborting due to previous error