2017-09-26 23:04:00 +02:00
|
|
|
error: expected one of `,`, `::`, or `as`, found `.`
|
2017-10-25 07:39:15 +11:00
|
|
|
--> $DIR/similar-tokens.rs:17:10
|
|
|
|
|
|
2017-09-26 23:04:00 +02:00
|
|
|
17 | use x::{A. B}; //~ ERROR expected one of `,`, `::`, or `as`, found `.`
|
|
|
|
| ^ expected one of `,`, `::`, or `as` here
|
2017-10-25 07:39:15 +11:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|