rust/src/test/ui/similar-tokens.stderr
2020-07-02 15:18:33 +09:00

12 lines
276 B
Plaintext

error: expected one of `,`, `::`, `as`, or `}`, found `.`
--> $DIR/similar-tokens.rs:11:10
|
LL | use x::{A. B};
| ^
| |
| expected one of `,`, `::`, `as`, or `}`
| help: missing `,`
error: aborting due to previous error