]> git.lizzy.rs Git - rust.git/blob - src/test/ui/similar-tokens.stderr
Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplett
[rust.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    |          ^ expected one of `,`, `::`, `as`, or `}` here
6
7 error: aborting due to previous error
8