rustc: Remove all uses of plain_ty() and friends from outside of ty.rs

This commit is contained in:
Patrick Walton
2011-04-20 11:23:36 -07:00
parent ac62488bb1
commit 38e842244c
5 changed files with 136 additions and 165 deletions

View File

@@ -111,7 +111,7 @@ fn field_exprs(vec[ast.field] fields) -> vec [@ast.expr] {
}
fn plain_ann() -> ast.ann {
ret ast.ann_type(middle.ty.plain_ty(middle.ty.ty_nil),
ret ast.ann_type(middle.ty.mk_nil(),
none[vec[@middle.ty.t]], none[@ts_ann]);
}