Reorder the arms of sty.

This commit is contained in:
Michael Sullivan 2012-06-07 17:06:07 -07:00
parent 7f6ee0ce0d
commit bf0d6a77c5

View File

@ -377,10 +377,11 @@ enum sty {
// integral types only
ty_param(uint, def_id), // type parameter
ty_self, // special, implicit `self` type parameter
ty_constr(t, [@type_constr]),
// "Fake" types, used for trans purposes
ty_type, // type_desc*
ty_opaque_box, // used by monomorphizer to represent any @ box
ty_constr(t, [@type_constr]),
ty_opaque_closure_ptr(closure_kind), // ptr to env for fn, fn@, fn~
}