Uh oh!
There was an error while loading. Please reload this page.
Fix false "never constructed" warnings for Self:: variant paths (resolved conflict) - #69377
Fix false "never constructed" warnings for Self:: variant paths (resolved conflict)#69377seiyab wants to merge 2 commits into
Self:: variant paths (resolved conflict)#69377Conversation
rust-highfive
commented
Feb 22, 2020
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @estebank (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
rust-highfive
commented
Feb 22, 2020
Your PR failed (pretty log, raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Feb 22, 2020
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
seiyab
commented
Feb 23, 2020
Failure is reproduced also on my machine. |
seiyab
commented
Mar 1, 2020
I may stuck. |
estebank
commented
Mar 11, 2020
Try running the test that is failing in isolation with your built I believe what might be happening is that |
Thank you for your comment. In my interpretation, Here is output of --hir-tree where I think to be related
All I found is I need understand rust and rustc more... |
seiyab
commented
Mar 16, 2020
I'm still reading rustc code. |
JohnCSimon
commented
Mar 28, 2020
Ping from triage: |
seiyab
commented
Mar 29, 2020
I stuck. |
give me more two weeks. |
seiyab
commented
Apr 11, 2020
I changed approach. |
Closes#64362.
Resolved conflict of original PR #64424