From c7473c8260cbe6892eeed82f275bf09a73895e0e Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Fri, 22 Apr 2011 12:27:28 -0700 Subject: rustc: Switch @ty.t to ty.t so that we can change it to a uint --- src/comp/front/ast.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/comp/front/ast.rs') diff --git a/src/comp/front/ast.rs b/src/comp/front/ast.rs index 95522c0c..2fd13194 100644 --- a/src/comp/front/ast.rs +++ b/src/comp/front/ast.rs @@ -22,8 +22,8 @@ type ty_param = ident; // Annotations added during successive passes. tag ann { ann_none; - ann_type(@middle.ty.t, - option.t[vec[@middle.ty.t]], /* ty param substs */ + ann_type(middle.ty.t, + option.t[vec[middle.ty.t]], /* ty param substs */ option.t[@ts_ann]); /* pre- and postcondition for typestate */ } -- cgit v1.2.3