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
/
crates
/
syntax
/
test_data
/
parser
/
inline
/
ok
/
0155_closure_params.rs
blob: 6ca8dd2d6a9b394669af808e485f224e69bc9a53 (
plain
)
1
2
3
fn
main
()
{
let
foo
=
|
bar
,
baz
:
Baz
,
qux
:
Qux
::
Quux
|
();
}