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

post-MIR task: remove artifacts of embedded drop flags #34398

Closed
pnkfelix opened this issue Jun 21, 2016 · 2 comments
Closed

post-MIR task: remove artifacts of embedded drop flags #34398

pnkfelix opened this issue Jun 21, 2016 · 2 comments
Labels
A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@pnkfelix
Copy link
Member

Spawned off of #5016

After we shift entirely to MIR (i.e., it is not only on by default, but also the only option), we should then remove the drop-filling and fill-checking code.

@steveklabnik steveklabnik added C-cleanup Category: PRs that clean code up or issues documenting cleanup. A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html A-compiler labels Jul 4, 2016
@ahmedcharles
Copy link
Contributor

@eddyb Is this closed by #35764?

@eddyb
Copy link
Member

eddyb commented Aug 27, 2016

Indeed!

@eddyb eddyb closed this as completed Aug 27, 2016
@steveklabnik steveklabnik added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Mar 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-MIR Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants