mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 16:37:36 +00:00
9 lines
201 B
Plaintext
9 lines
201 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 previous error
|
||
|
|