-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Consider renaming Drop::finalize to Drop::drop #4332
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
Seems like more of an RFC? |
+1. It's just a keyword issue. (Although we might want to keep the |
I-nominated (backwards compatible) |
Accepted for backward compat |
Now that I've removed the old |
I tried to do this today, but the compiler is still complaining about finding |
With deepest apologies for bikeshedding: how come not |
+1 for drop |
So will |
@luqmana I can't think of any reason not to remove it as a keyword altogether. I suppose someone might write a trait with a |
Non keyword, use "drop". Destruct sounds awkward and will make everyone ask why it's not called destroy. |
This is to address a
XXX
insrc/libcore/ops.rs
. I'll convert it into a proper fixme.The text was updated successfully, but these errors were encountered: