Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
blanket-reexport-item.rs
blob: 315a38c30c54f0980d51a590308d1d01822dc742 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @has foo/struct.S.html '//*[@id="impl-Into%3CU%3E-for-T"]//h3[@class="code-header"]' 'impl<T, U> Into<U> for T'
pub
struct
S2
{}
mod
m
{
pub
struct
S
{}
}
pub
use
m
::*;