Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
struct-arg-pattern.rs
blob: 6f06c8c9c49965f1ee4199ed27e169401fcf6eab [
file
] [
log
] [
blame
]
#![
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
)
{
// ...
}