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
/
err
/
0039_lambda_recovery.rs
blob: a2f74bd879aeed9abea8525930a0a08e4520397c (
plain
)
1
2
3
4
5
fn
foo
()
->
i32
{
[
1
,
2
,
3
].
iter
()
.
map
(
|
it
|
)
.
max
::
<
i32
>
();
}