syntax: Rename expr_alt to expr_match

This commit is contained in:
Brian Anderson
2012-08-07 13:35:51 -07:00
parent 92ef17aaeb
commit bc267c696c
19 changed files with 25 additions and 25 deletions

View File

@@ -316,7 +316,7 @@ enum expr_ {
Same semantics as while(true) { body }, but typestate knows that the
(implicit) condition is always true. */
expr_loop(blk),
expr_alt(@expr, ~[arm], alt_mode),
expr_match(@expr, ~[arm], alt_mode),
expr_fn(proto, fn_decl, blk, capture_clause),
expr_fn_block(fn_decl, blk, capture_clause),
// Inner expr is always an expr_fn_block. We need the wrapping node to