-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Has unsafe_destructor landed? It's still needed. #22362
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
Comments
The blog post was a little misleading; the RFC landed but not the changes to the compiler. The specific issue for removing |
This is what I thought, but wasn't sure. Thanks tom! |
To be precise (and also accurate):
The is what #22196 is meant to convey, but I thought the phrase "but not the changes to the compiler" in @tomjakubowski's post above might be a little confusing to people, since the vast bulk of the necessary changes to the compiler have not only landed, but are also turned on! |
Ok, that makes sense! Thanks for the clarification. |
According to rust-lang's latest blog post, the unsafe_destructor reform has landed, so I should not need to use unsafe_destructor. But still, with Rust nightly (2015-02-13 21:15:39) I still get an error for simple cases like this:
The text was updated successfully, but these errors were encountered: