From fc2d4828e7d15e7c1203520e158d12c82915bf32 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 14 Oct 2010 18:13:34 -0700 Subject: Finish the fold drivers in fold.rs. --- src/comp/front/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/front') diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index 5af9fa8b..1d3646f4 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -77,7 +77,7 @@ tag stmt_ { type decl = spanned[decl_]; tag decl_ { decl_local(ident, option[@ty], option[@expr]); - decl_item(name, @item); + decl_item(ident, @item); } type expr = spanned[expr_]; -- cgit v1.2.3