-
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
Fix false "never constructed" warnings for Self::
variant paths
#64424
Conversation
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 10ed1f1 has been approved by |
Fix false "never constructed" warnings for `Self::` variant paths Closes rust-lang#64362.
Assigning blame of failure in #64449 (comment) to this PR, @bors r- (This is a guestimate) |
@Centril, no, the failure is unrelated. |
@jakubadamw Any alternate theory? This PR seemed to be the only one related to TypeckTables somehow... |
@Centril, sorry, you're absolutely right. Looking into this. |
Ping from triage. |
☔ The latest upstream changes (presumably #64813) made this pull request unmergeable. Please resolve the merge conflicts. |
Ping from triage. Thank you! |
Closes #64362.