diff options
Diffstat (limited to 'src/comp/front')
| -rw-r--r-- | src/comp/front/creader.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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;} } } |