Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
use
/
use-crate-self.stderr
blob: dd4036bfff475e1539ecc8024b08bb4ba1cf45ba [
file
] [
log
] [
blame
]
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