blob: 3113d4a872d8fe763e2c03bdf94d47ba3add3177 [file] [log] [blame]
error: expected one of `,`, `::`, `as`, or `}`, found `.`
--> $DIR/similar-tokens.rs:7:10
|
LL | use x::{A. B};
| ^ expected one of `,`, `::`, `as`, or `}` here
error: aborting due to previous error