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