Sign in
◑
Theme
rust
/
rust
/
8662be8340e5e2bc06fe16b7df0a7d02ebdf5e64
/
.
/
tests
/
rustdoc-html
/
struct-arg-pattern.rs
blob: af94089bf1aa12ff87cd6d298810ae849399b7b3 [
file
]
#![
crate_name
=
"foo"
]
struct
BodyId
{
hir_id
:
usize
,
}
//@ has 'foo/fn.body_owner.html' '//pre[@class="rust item-decl"]' 'pub fn body_owner(_: BodyId)'
pub
fn
body_owner
(
BodyId
{
hir_id
}:
BodyId
)
{
// ...
}