From b8cca0971fc2dcd5f4bf4ac2ce82c1c635da0279 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Tue, 19 Oct 2010 14:54:10 -0700 Subject: Teach trans to allocate, initialize and load from local variables. --- src/comp/front/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/comp/front/ast.rs') diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index e2dcf159..2135a97d 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -78,7 +78,7 @@ type local = rec(option[@ty] ty, type decl = spanned[decl_]; tag decl_ { - decl_local(local); + decl_local(@local); decl_item(@item); } -- cgit v1.2.3