librustc: Remove structural record types from the compiler
This commit is contained in:
@@ -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]),
|
||||
|
||||
Reference in New Issue
Block a user