8 lines
165 B
Text
8 lines
165 B
Text
error: expected `;`, found `::`
|
|
--> $DIR/import-glob-path.rs:2:11
|
|
|
|
|
LL | use foo::*::bar
|
|
| ^^ expected `;`
|
|
|
|
error: aborting due to previous error
|
|
|