diff options
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index 7f703012..c9a28946 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -306,6 +306,7 @@ struct type_desc { uintptr_t copy_glue_off; uintptr_t drop_glue_off; uintptr_t free_glue_off; + uintptr_t sever_glue_off; // For GC. uintptr_t mark_glue_off; // For GC. uintptr_t obj_drop_glue_off; // For custom destructors. |