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