mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
12 lines
275 B
Plaintext
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
|
|
|