2018-06-01 15:51:00 -04:00
|
|
|
error: expected one of `,`, `::`, `as`, or `}`, found `.`
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/similar-tokens.rs:7: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
|
|
|
|
|