syntax: Rename expr_alt to expr_match
This commit is contained in:
parent
92ef17aaeb
commit
bc267c696c
19 changed files with 25 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue