Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
privacy
/
pub_use_mods_xcrate_exe.rs
blob: f163619e7cb5f9b33a5a716c85e56aff56b29232 [
file
] [
log
] [
blame
]
// run-pass
// aux-build:pub_use_mods_xcrate.rs
// pretty-expanded FIXME #23616
#![
allow
(
unused_imports
)]
extern
crate pub_use_mods_xcrate
;
use
pub_use_mods_xcrate
::
a
::
c
;
pub
fn
main
(){}