rustc: Create stub glue for structural comparison
This commit is contained in:
parent
ef62fae9db
commit
abd78f2f04
2 changed files with 80 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue