rust/src/test/ui/parser/import-from-path.stderr
2018-10-21 14:06:28 +03:00

8 lines
174 B
Text

error: expected `;`, found `::`
--> $DIR/import-from-path.rs:14:15
|
LL | use foo::{bar}::baz
| ^^ expected `;`
error: aborting due to previous error