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

9 lines
213 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
|
2019-03-09 06:03:44 -06:00
LL | use x::{A. B};
| ^ expected one of `,`, `::`, `as`, or `}`
error: aborting due to previous error