blob: 04f8a6e96fad376647f0bbfff584b6c1bc4a1f35 [file] [log] [blame]
error: expected `;`, found `::`
--> $DIR/import-glob-path.rs:1:11
|
LL | use foo::*::bar
| ^^ expected `;`
|
= note: the wildcard token must be last on the path
error: aborting due to 1 previous error