rust/src/test/ui/similar-tokens.stderr

12 lines
275 B
Plaintext

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