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