]> git.proxmox.com Git - rustc.git/blame - src/test/ui/suggestions/tuple-float-index.stderr
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / ui / suggestions / tuple-float-index.stderr
CommitLineData
cc61c64b 1error: unexpected token: `1.1`
83c7162d 2 --> $DIR/tuple-float-index.rs:15:17
cc61c64b 3 |
0531ce1d 4LL | (1, (2, 3)).1.1; //~ ERROR unexpected token: `1.1`
7cac9316
XL
5 | ------------^^^
6 | | |
7 | | unexpected token
041b39d2 8 | help: try parenthesizing the first index: `((1, (2, 3)).1).1`
cc61c64b 9
041b39d2 10error: aborting due to previous error
cc61c64b 11