mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 17:25:45 +00:00
11 lines
227 B
Plaintext
11 lines
227 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 1 previous error
|
|
|