]> git.lizzy.rs Git - rust.git/blob - src/test/ui/similar-tokens.stderr
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-2021-07-07
[rust.git] / src / test / ui / similar-tokens.stderr
1 error: expected one of `,`, `::`, `as`, or `}`, found `.`
2   --> $DIR/similar-tokens.rs:9: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