Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
rust-2018
/
uniform-paths
/
issue-56596-2.rs
blob: 9ea7e496d2b4125a719d17fbce2d04fb20969356 [
file
] [
log
] [
blame
]
// check-pass
// edition:2018
// compile-flags: --extern issue_56596_2
// aux-build:issue-56596-2.rs
mod
m
{
use
core
::
any
;
pub
use
issue_56596_2
::*;
}
fn
main
()
{}