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