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
/
0066_lambda_expr.rs
blob: c20d29751044b003a53cb92f8c1fd0787020659e (
plain
)
1
2
3
4
5
6
fn
foo
()
{
||
();
||
->
i32
{
92
};
|
x
|
x
;
move
|
x
:
i32
,
|
x
;
}