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