Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
intra-doc
/
pointer-reexports-allowed.rs
blob: 567524438cab41da89df7fc710504f6e896cb3b2 [
file
] [
log
] [
blame
] [
edit
]
//@ aux-build:pointer-reexports-allowed.rs
//@ check-pass
extern
crate inner
;
pub
use
inner
::
foo
;