Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
fn-pointer-arg-name.rs
blob: 3bde6e9ecfa8c788d13328fb5deb898aa4b01ba8 [
file
] [
log
] [
blame
] [
edit
]
#![
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
))
{}