-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
metabug: const_eval bugs from type confusion and/or overflow #23897
Comments
(tagging as A-typesystem since that's what @steveklabnik seems to often do, though I am currently wondering if we should actually have an A-consteval label at this point...) |
Yeah, with this many issues... |
Triage: this is a metabug, some stuff has changed, but not all of it. |
Hmm are we close to being able to close this metabug? I see almost all of the linked issues are now closed; the one remaining one is rust-lang/rfcs#1071, which is more ... philosophical...? |
Yes at this point I think #30587 resolved all of our known issues here. |
metabug: const_eval bugs from type confusion and/or overflow
(I am collapsing these seemingly distinct categories into one, because I have observed cases where a seeming failure to catch an overflow, or signaling an overflow where none should exist, can sometimes be traced to the const-evaluator being confused about the type of the expression in question.)
The text was updated successfully, but these errors were encountered: