Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
recursion
/
recursive-reexports.rs
blob: 3d9fda35c68ac5e801a44d41d5d326a930a0516c [
file
] [
log
] [
blame
]
// aux-build:recursive_reexports.rs
extern
crate recursive_reexports
;
fn
f
()
->
recursive_reexports
::
S
{}
//~ ERROR cannot find type `S` in module `recursive_reexports`
fn
main
()
{}