Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
blanket-reexport-item.rs
blob: 199a47019a2e4f4c78c2f1e99dccd4f634228388 [
file
] [
log
] [
blame
] [
edit
]
#![
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
::*;