This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f2731ffb52
rust
/
src
/
libsyntax
/
ast_map
History
Download ZIP
Download TAR.GZ
jfager
232ffa039d
Replace some verbose match statements with their
if let
equivalent.
...
No semantic changes, no enabling `if let` where it wasn't already enabled.
2014-11-29 16:41:21 -05:00
..
blocks.rs
Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an optional unboxed closure kind.
2014-11-19 13:35:20 -05:00
mod.rs
Replace some verbose match statements with their
if let
equivalent.
2014-11-29 16:41:21 -05:00