librustc: Remove structural record types from the compiler

This commit is contained in:
Patrick Walton
2013-03-05 18:06:53 -08:00
parent 239e64242c
commit 4e3dbfe052
25 changed files with 28 additions and 371 deletions

View File

@@ -935,7 +935,6 @@ pub enum ty_ {
ty_fixed_length_vec(mt, uint),
ty_ptr(mt),
ty_rptr(@region, mt),
ty_rec(~[ty_field]),
ty_closure(@TyClosure),
ty_bare_fn(@TyBareFn),
ty_tup(~[@Ty]),