]> git.lizzy.rs Git - rust.git/blob - src/test/ui/similar-tokens.stderr
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[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