Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
fn-pointer-arg-name.rs
blob: 96c64ac4e0211b2c09873e337208f6913899e1b9 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
// @has foo/fn.f.html
// @has - '//div[@class="item-decl"]/pre[@class="rust"]' 'pub fn f(callback: fn(len: usize, foo: u32))'
pub
fn
f
(
callback
:
fn
(
len
:
usize
,
foo
:
u32
))
{}