Switch log_expr to carrying a full expr:u32 for level. Add log_full variant that parses that expr, prepare for snapshot.
This commit is contained in:
parent
66856a39b3
commit
8d9e7deab5
9 changed files with 59 additions and 29 deletions
|
|
@ -247,7 +247,7 @@ tag expr_ {
|
|||
expr_cont;
|
||||
expr_ret(option::t<@expr>);
|
||||
expr_be(@expr);
|
||||
expr_log(int, @expr);
|
||||
expr_log(int, @expr, @expr);
|
||||
|
||||
/* just an assert, no significance to typestate */
|
||||
expr_assert(@expr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue