-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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 #45268 by saving all NodeId's for resolved traits. #60415
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (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. |
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 |
From ICEs found by CI it looks like |
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 |
I think I found the source of the ICE, so I hope to be able to push a fix in a little while. |
813f3bd
to
2e2c3a3
Compare
I'm done here -- any remaining review comments exceed my Rust skills... r? petrochenkov |
One last fix and it's ready to go. |
Done (Travis is chewing on it now) |
@jespersm |
a83914e
to
9f8f833
Compare
Whoops, forgot fetch before rebase. Fixing the DefKind refactoring now. |
9f8f833
to
76d827d
Compare
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 |
76d827d
to
c9b9419
Compare
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 |
@petrochenkov : I can't make this work, help needed. After the rebase, Travis won't build, but the build works fine here without any version changes on Cargo.lock |
Weird. Let me look. |
c9b9419
to
f5b5ca8
Compare
📌 Commit f5b5ca8 has been approved by |
Fix #45268 by saving all NodeId's for resolved traits. This fixes #45268 by saving all NodeId's for resolved traits. I've verifies this against master (but only on MacOS). However, with some recent changes in master, it appears that there are some failures on my machine. They are unrelated to my changes, anyway.
☀️ Test successful - checks-travis, status-appveyor |
This fixes #45268 by saving all NodeId's for resolved traits.
I've verifies this against master (but only on MacOS). However, with some recent changes in master, it appears that there are some failures on my machine. They are unrelated to my changes, anyway.