syntax: Rename expr_alt to expr_match
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user