rust/tests/ui/parser/similar-tokens.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
275 B
Plaintext
Raw Normal View History

2018-06-01 19:51:00 +00:00
error: expected one of `,`, `::`, `as`, or `}`, found `.`
--> $DIR/similar-tokens.rs:9:10
|
2019-03-09 12:03:44 +00:00
LL | use x::{A. B};
| ^
| |
| expected one of `,`, `::`, `as`, or `}`
| help: missing `,`
error: aborting due to previous error