rust/tests/ui/parser/import-from-path.stderr

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

11 lines
239 B
Plaintext
Raw Normal View History

2018-10-20 20:36:17 +00:00
error: expected `;`, found `::`
--> $DIR/import-from-path.rs:2:15
2018-10-20 20:36:17 +00:00
|
LL | use foo::{bar}::baz
| ^^ expected `;`
|
= note: glob-like brace syntax must be last on the path
2018-10-20 20:36:17 +00:00
error: aborting due to 1 previous error
2018-10-20 20:36:17 +00:00