rustc: Create stub glue for structural comparison

This commit is contained in:
Patrick Walton 2011-04-18 10:56:52 -07:00
parent ef62fae9db
commit abd78f2f04
2 changed files with 80 additions and 23 deletions

View file

@ -39,6 +39,8 @@ const int tydesc_field_sever_glue = 6;
const int tydesc_field_mark_glue = 7;
const int tydesc_field_obj_drop_glue = 8;
const int tydesc_field_is_stateful = 9;
const int tydesc_field_cmp_glue = 10;
const int n_tydesc_fields = 11;
const int obj_field_vtbl = 0;