blob: 3bde32d1ea4d3d279829cdd4073a9df0c96eb5c5 [file] [log] [blame] [edit]
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 1 previous error