aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/parser.rs
diff options
context:
space:
mode:
authorBrian Anderson <[email protected]>2011-02-24 23:22:36 -0500
committerGraydon Hoare <[email protected]>2011-03-02 10:28:14 -0800
commit1c60399257cde71fc265eb10cae1f398a0ac2516 (patch)
tree6cbe2270a9553e1686505ba6684cab0c8f51795a /src/comp/front/parser.rs
parentBegin implementing #fmt in rustc (diff)
downloadrust-1c60399257cde71fc265eb10cae1f398a0ac2516.tar.xz
rust-1c60399257cde71fc265eb10cae1f398a0ac2516.zip
Begin work on #fmt parsing
Diffstat (limited to 'src/comp/front/parser.rs')
-rw-r--r--src/comp/front/parser.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comp/front/parser.rs b/src/comp/front/parser.rs
index 8f6db17d..e5f68033 100644
--- a/src/comp/front/parser.rs
+++ b/src/comp/front/parser.rs
@@ -756,7 +756,6 @@ impure fn expand_syntax_ext(parser p, @ast.expr ext) -> @ast.expr {
auto extname = path.node.idents.(0);
if (_str.eq(extname, "fmt")) {
auto expanded = extfmt.expand_syntax_ext(args, body);
- check (ast.is_ext_expr(expanded));
auto newexpr = ast.expr_ext(path, args, body,
some[@ast.expr](expanded), ann);