Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
rustdoc
/
intra-doc
/
mod-relative.rs
blob: 49d3399b972f5c83a8815cf7372cff82fe5d9c9e [
file
] [
log
] [
blame
]
pub
mod
wrapper
{
pub
struct
Test
<
'
a
>
{
data
:
&
'
a
(),
}
impl
<
'a> Test<'
a
>
{
pub
fn
do_test
(&
self
)
{}
}
// @has mod_relative/wrapper/demo/index.html
// @has - '//a/@href' '../struct.Test.html#method.do_test'
/// [`Test::do_test`]
pub
mod
demo
{
}
}