rust/src/test/ui/similar-tokens.stderr

9 lines
279 B
Plaintext
Raw Normal View History

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
|
LL | use x::{A. B}; //~ ERROR expected one of `,`, `::`, `as`, or `}`, found `.`
| ^ expected one of `,`, `::`, `as`, or `}` here
error: aborting due to previous error