mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-27 09:31:13 +00:00
11 lines
225 B
Plaintext
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
|
|
|