rustc: Rename take glue to copy glue
This commit is contained in:
parent
1d37118a00
commit
dfcfef41df
4 changed files with 32 additions and 31 deletions
|
|
@ -52,7 +52,7 @@ const int tydesc_field_size = 1;
|
|||
|
||||
const int tydesc_field_align = 2;
|
||||
|
||||
const int tydesc_field_take_glue = 3;
|
||||
const int tydesc_field_copy_glue = 3;
|
||||
|
||||
const int tydesc_field_drop_glue = 4;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue