Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
imports
/
import-loop.rs
blob: 92483770711721398862ad52f5af185245bde57c [
file
] [
log
] [
blame
]
use
y
::
x
;
mod
y
{
pub
use
crate
::
y
::
x
;
//~ ERROR unresolved import `crate::y::x`
}
fn
main
()
{
}