]> git.lizzy.rs Git - rust.git/blob - src/test/ui/similar-tokens.stderr
Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup
[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