]> git.lizzy.rs Git - rust.git/blob - src/test/ui/suggestions/tuple-float-index.stderr
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
[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