mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 15:41:35 +00:00
11 lines
239 B
Plaintext
11 lines
239 B
Plaintext
error: expected `;`, found keyword `as`
|
|
--> $DIR/import-glob-rename.rs:3:12
|
|
|
|
|
LL | use foo::* as baz;
|
|
| ^^ expected `;`
|
|
|
|
|
= note: the wildcard token must be last on the path
|
|
|
|
error: aborting due to previous error
|
|
|