diff options
| author | Marijn Haverbeke <[email protected]> | 2011-04-19 11:21:23 +0200 |
|---|---|---|
| committer | Marijn Haverbeke <[email protected]> | 2011-04-19 16:57:13 +0200 |
| commit | 6d3a423094c77b25b20afe3a812a67f03080cc3d (patch) | |
| tree | a2293502572a511ba35253830574632105b0b40d /src/comp/front/ast.rs | |
| parent | Add log_err to rustboot (diff) | |
| download | rust-6d3a423094c77b25b20afe3a812a67f03080cc3d.tar.xz rust-6d3a423094c77b25b20afe3a812a67f03080cc3d.zip | |
add log_err to rustc
Diffstat (limited to 'src/comp/front/ast.rs')
| -rw-r--r-- | src/comp/front/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index b0a1a0d6..2ecd4992 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -289,7 +289,7 @@ tag expr_ { expr_ret(option.t[@expr], ann); expr_put(option.t[@expr], ann); expr_be(@expr, ann); - expr_log(@expr, ann); + expr_log(int, @expr, ann); expr_check_expr(@expr, ann); expr_port(ann); expr_chan(@expr, ann); |