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