Skip to content

rustc: Unify fat pointer ABI constants. #18856

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 23, 2014
Merged

rustc: Unify fat pointer ABI constants. #18856

merged 2 commits into from
Nov 23, 2014

Conversation

ruuda
Copy link
Contributor

@ruuda ruuda commented Nov 10, 2014

This merges the trt_field_*, fn_field_* and slice_elt_* constants into two fat_ptr_* constants. This resolves the first part of #18590.

@pcwalton
Copy link
Contributor

Would probably be good to convert it to the ALL_CAPS convention while you're there?

@bstrie
Copy link
Contributor

bstrie commented Nov 20, 2014

Can you rebase this to fix the merge errors?

This merges the `trt_field_*`, `fn_field_*` and `slice_elt_*` constants
into two `FAT_PTR_*` constants. This resolves the first part of rust-lang#18590.
This also removes `box_field_refcnt`. It was not used anywhere.
bors added a commit that referenced this pull request Nov 23, 2014
This merges the `trt_field_*`, `fn_field_*` and `slice_elt_*` constants into two `fat_ptr_*` constants. This resolves the first part of #18590.
@bors bors closed this Nov 23, 2014
@bors bors merged commit c724131 into rust-lang:master Nov 23, 2014
@ruuda ruuda deleted the fatptrs branch November 30, 2016 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants