This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
rust-analyzer
Watch
2
Star
0
Fork
You've already forked rust-analyzer
0
mirror of
https://github.com/rust-lang/rust-analyzer
synced
2025-01-10 20:28:51 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
82efdff34b
rust-analyzer
/
tests
/
data
/
parser
/
inline
/
0066_lambda_expr.rs
7 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
lambda expressions
2018-07-31 20:13:08 +00:00
fn
foo
(
)
{
|
|
(
)
;
|
|
->
i32
{
92
}
;
|
x
|
x
;
move lambdas
2018-07-31 21:30:17 +00:00
move
|
x
:
i32
,
|
x
;
lambda expressions
2018-07-31 20:13:08 +00:00
}
Reference in a new issue
Copy permalink