diff options
| author | Paul Stansifer <paul.stansifer@gmail.com> | 2011-07-26 11:11:25 -0700 |
|---|---|---|
| committer | Paul Stansifer <paul.stansifer@gmail.com> | 2011-07-26 11:11:25 -0700 |
| commit | bca34d11ef7d5f91dd0ebf438e3a99cba212e357 (patch) | |
| tree | 833873a3c2486fbe240f5c74d13a10a7bce4d891 /src/comp/syntax | |
| parent | d11c88738247123cdd0a1d4429acbca164269a1d (diff) | |
| download | rust-bca34d11ef7d5f91dd0ebf438e3a99cba212e357.tar.gz rust-bca34d11ef7d5f91dd0ebf438e3a99cba212e357.zip | |
Oops, left whitespace.
Diffstat (limited to 'src/comp/syntax')
| -rw-r--r-- | src/comp/syntax/ext/simplext.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp/syntax/ext/simplext.rs b/src/comp/syntax/ext/simplext.rs index 9ab3f188aad..d6f7a7c5370 100644 --- a/src/comp/syntax/ext/simplext.rs +++ b/src/comp/syntax/ext/simplext.rs @@ -221,7 +221,7 @@ fn transcribe(&ext_ctxt cx, &bindings b, @expr body) -> @expr { afp.fold_expr), fold_ty = bind transcribe_type(cx, b, idx_path, _, _, afp.fold_ty), - fold_block = bind transcribe_block(cx, b, idx_path, _, _, + fold_block = bind transcribe_block(cx, b, idx_path, _, _, afp.fold_block), map_exprs = bind transcribe_exprs(cx, b, idx_path, _, _) with *afp); |
