9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
error: expected one of `,`, `::`, `as`, or `}`, found `.`
|
|
--> $DIR/similar-tokens.rs:7:10
|
|
|
|
|
LL | use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`
|
|
| ^ expected one of `,`, `::`, `as`, or `}` here
|
|
|
|
error: aborting due to previous error
|
|
|