rust/tests/ui/parser/import-glob-path.stderr
2023-01-11 09:32:08 +00:00

11 lines
225 B
Plaintext

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