-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Explain name of rustc_middle::traits::query::DtorckConstraint
#94310
Comments
@rustbot claim |
After a bit of goofing around in the code, I think that Dtor stands for Destructor, so it would be DestructorCheckConstraint, probably |
I believe other parts of the code refer to it as dropck (drop check) rather than destructor check. |
Drop"top"check? |
It may be that |
|
I think so. |
Edited. |
|
Right, yeah I meant it was moved. |
What does
Dtorck
inDtorckConstraint
stand for? "Destruction check?" Didn't find any answer in a few searches of docs and rustc dev guide.@rustbot label:T-compiler E-easy
The text was updated successfully, but these errors were encountered: