]> git.proxmox.com Git - rustc.git/blame - src/test/ui/similar-tokens.stderr
New upstream version 1.41.1+dfsg1
[rustc.git] / src / test / ui / similar-tokens.stderr
CommitLineData
94b46f34 1error: expected one of `,`, `::`, `as`, or `}`, found `.`
0731742a 2 --> $DIR/similar-tokens.rs:7:10
abe05a73 3 |
532ac7d7 4LL | use x::{A. B};
60c5eb7d
XL
5 | ^
6 | |
7 | expected one of `,`, `::`, `as`, or `}`
8 | help: missing `,`
abe05a73
XL
9
10error: aborting due to previous error
11