2018-06-01 14:51:00 -05:00
|
|
|
error: expected one of `,`, `::`, `as`, or `}`, found `.`
|
2020-12-19 04:29:56 -06:00
|
|
|
--> $DIR/similar-tokens.rs:9:10
|
2017-10-24 15:39:15 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | use x::{A. B};
|
2019-11-24 15:33:00 -06:00
|
|
|
| ^
|
|
|
|
| |
|
|
|
|
| expected one of `,`, `::`, `as`, or `}`
|
|
|
|
| help: missing `,`
|
2017-10-24 15:39:15 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|