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

Remove drop block support #6148

Closed
wants to merge 8 commits into from
Closed

Conversation

erickt
Copy link
Contributor

@erickt erickt commented May 1, 2013

The drop block has been deprecated for quite some time. This patch series removes support for parsing it and all the related machinery that made drop work.

As a side feature of all this, I also added the ability to annote fields in structs. This allows comments to be properly associated with an individual field. However, I didn't update rustdoc to integrate these comment blocks into the documentation it generates.

@bstrie
Copy link
Contributor

bstrie commented May 1, 2013

See #3944.

@erickt
Copy link
Contributor Author

erickt commented May 1, 2013

I just pushed an update that changes over from drop to finally, which fixes pipes::try_recv. I did not fix the underlying issue with the Drop trait though.

bors added a commit that referenced this pull request May 1, 2013
The drop block has been deprecated for quite some time. This patch series removes support for parsing it and all the related machinery that made drop work.

As a side feature of all this, I also added the ability to annote fields in structs. This allows comments to be properly associated with an individual field. However, I didn't update `rustdoc` to integrate these comment blocks into the documentation it generates.
@bors bors closed this May 1, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 24, 2020
Update release documentation

When updating the beta branch, we want to reset, instead of rebase. Otherwise we might produce again new commits on the beta branch, that aren't on the master branch.

changelog: none
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.

4 participants