rustc/tests/ui/parser/import-glob-path.stderr
2023-08-02 10:33:26 +02: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