mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 17:55:20 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
error: empty glob delegation is not supported
|
|
--> $DIR/empty-glob.rs:8:5
|
|
|
|
|
LL | reuse Trait::*;
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|