2017-09-26 16:04:00 -05:00
|
|
|
error: expected one of `,`, `::`, or `as`, found `.`
|
2017-10-24 15:39:15 -05:00
|
|
|
--> $DIR/similar-tokens.rs:17:10
|
|
|
|
|
|
2018-06-01 09:05:46 -05:00
|
|
|
LL | use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`
|
|
|
|
| ^ expected one of `,`, `::`, `as`, or `}` here
|
2017-10-24 15:39:15 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|