error: expected `;`, found `::`
  --> $DIR/import-glob-path.rs:2:11
   |
LL | use foo::*::bar
   |           ^^ expected `;`
   |
   = note: the wildcard token must be last on the path

error: aborting due to previous error