Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
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