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

12 lines
275 B
Plaintext
Raw Normal View History

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