]> git.lizzy.rs Git - rust.git/commit
Desugar `while let` into `loop { match { ... } }`
authorJohn Gallagher <jgallagher@bignerdranch.com>
Fri, 3 Oct 2014 03:28:15 +0000 (23:28 -0400)
committerJohn Gallagher <jgallagher@bignerdranch.com>
Sat, 11 Oct 2014 00:30:32 +0000 (20:30 -0400)
commitb003f104490599c49d27842c9a25b158e7cccdcb
treeb56dcc00c13f8b4a73890d165f9a8e2b28e81360
parent0c2c8116a307e88f8327e0ea846d2c9c135193b7
Desugar `while let` into `loop { match { ... } }`
src/libsyntax/ast.rs
src/libsyntax/ext/build.rs