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