Reorder the arms of sty.
This commit is contained in:
parent
7f6ee0ce0d
commit
bf0d6a77c5
@ -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~
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user