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
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use x::{A. B};
|
2019-10-28 13:08:53 -05:00
|
|
|
| ^ expected one of `,`, `::`, `as`, or `}`
|
2017-10-24 15:39:15 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|