Sign in
fuchsia
/
third_party
/
rust
/
2a3e17c6d5c49eeb770ade2fa660f98e9cce0ce0
/
.
/
tests
/
rustdoc
/
fn-pointer-arg-name.rs
blob: 3bde6e9ecfa8c788d13328fb5deb898aa4b01ba8 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
//@ has foo/fn.f.html
//@ has - '//pre[@class="rust item-decl"]' 'pub fn f(callback: fn(len: usize, foo: u32))'
pub
fn
f
(
callback
:
fn
(
len
:
usize
,
foo
:
u32
))
{}