]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/tuple-float-index.stderr
Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton
[rust.git] / src / test / ui / suggestions / tuple-float-index.stderr
1 error: unexpected token: `1.1`
2   --> $DIR/tuple-float-index.rs:14:17
3    |
4 14 |     (1, (2, 3)).1.1;
5    |     ------------^^^
6    |     |           |
7    |     |           unexpected token
8    |     help: try parenthesizing the first index: `((1, (2, 3)).1).1`
9
10 error: aborting due to previous error
11