mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 21:32:03 +00:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
error: crate root imports need to be explicitly named: `use crate as name;`
|
|
--> $DIR/use-crate-self.rs:1:13
|
|
|
|
|
LL | use crate::{self};
|
|
| ^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|