diff options
Diffstat (limited to 'src/comp/front/parser.rs')
| -rw-r--r-- | src/comp/front/parser.rs | 1 |
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); |