]> git.proxmox.com Git - rustc.git/blame - src/test/ui/suggestions/tuple-float-index.stderr
New upstream version 1.19.0+dfsg3
[rustc.git] / src / test / ui / suggestions / tuple-float-index.stderr
CommitLineData
cc61c64b
XL
1error: unexpected token: `1.1`
2 --> $DIR/tuple-float-index.rs:14:17
3 |
414 | (1, (2, 3)).1.1;
7cac9316
XL
5 | ------------^^^
6 | | |
7 | | unexpected token
8 | help: try parenthesizing the first index `((1, (2, 3)).1).1`
cc61c64b 9
7cac9316 10error: aborting due to previous error(s)
cc61c64b 11