Skip to content
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

FIXME: Drop glue takes unsized values differently than other functions #36457

Closed
nikomatsakis opened this issue Sep 13, 2016 · 1 comment
Closed

Comments

@nikomatsakis
Copy link
Contributor

Currently drop glue takes sized values as a *(data, meta), but elsewhere in MIR we pass (data, meta) as two separate arguments. This is hokey and introduces a lot of pain to convert back and forth. I've tried to tag many of those areas with this issue number.

cc @eddyb

@Mark-Simulacrum
Copy link
Member

I have a branch that in theory fixes this, but it's based on #38302. Will post PR once that gets merged.

bors added a commit that referenced this issue Dec 23, 2016
Make drop glue for unsized value pass two arguments instead of *(data, meta)

Fixes #36457

r? @eddyb
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

No branches or pull requests

2 participants