index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
data
/
parser
/
inline
/
0096_value_parameters_no_patterns.rs
blob: d8c23c76a7ba0d66c53059bd01e601024ce205c6 (
plain
)
1
type
F
=
Box
<
Fn
(
a
:
i32
,
&
b
:
&
i32
,
&
mut
c
:
&
i32
,
())
>
;