2018-06-01 14:51:00 -05:00
|
|
|
error: expected one of `,`, `::`, `as`, or `}`, found `.`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/similar-tokens.rs:7:10
|
2017-10-24 15:39:15 -05:00
|
|
|
|
|
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
|
|
|
|
|