From ac6e1131e91d27f1211e028587e5f68e2900cdd2 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Sat, 26 Mar 2011 17:35:51 -0700 Subject: Teach creader and metadata writer how to do ty.ty_type. --- src/comp/front/creader.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/comp/front/creader.rs') diff --git a/src/comp/front/creader.rs b/src/comp/front/creader.rs index 32d21461..6a864053 100644 --- a/src/comp/front/creader.rs +++ b/src/comp/front/creader.rs @@ -189,6 +189,7 @@ impure fn parse_sty(@pstate st, str_def sd) -> ty.sty { } case ('X') {ret ty.ty_var(parse_int(st));} case ('E') {ret ty.ty_native;} + case ('Y') {ret ty.ty_type;} } } -- cgit v1.2.3