diff options
| author | Patrick Walton <[email protected]> | 2011-04-18 10:56:52 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2011-04-18 11:14:38 -0700 |
| commit | abd78f2f0483833266ef3aac9e80dd9afba41de0 (patch) | |
| tree | 3d019ad1dee050446ab22e41cfa1708faf44e591 /src/comp/back | |
| parent | Add a proper check for rustboot (diff) | |
| download | rust-abd78f2f0483833266ef3aac9e80dd9afba41de0.tar.xz rust-abd78f2f0483833266ef3aac9e80dd9afba41de0.zip | |
rustc: Create stub glue for structural comparison
Diffstat (limited to 'src/comp/back')
| -rw-r--r-- | src/comp/back/abi.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/back/abi.rs b/src/comp/back/abi.rs index cf88515c..220fec81 100644 --- a/src/comp/back/abi.rs +++ b/src/comp/back/abi.rs @@ -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; |