-
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
hygiene: Fix identifier comparison in impl overlap check #58948
Conversation
r? @cramertj (rust_highfive has picked a reviewer for you, use r? to override) |
Seems like a crater (check) run is in order on this one? |
Or perhaps a usual beta run would be enough, this is a somewhat recent regression (#58942 (comment)). |
(Roughly half a year old, |
ping form triage @petrochenkov @cramertj what's the update on this? |
@bors try (for crater) |
hygiene: Fix identifier comparison in impl overlap check Fixes #58942
☀️ Try build successful - checks-travis |
@craterbot run mode=check-only |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
good enough for me! @bors r+ |
📌 Commit 0ac4e4f has been approved by |
⌛ Testing commit 0ac4e4f with merge 6b970041d28b634d499e3a07130c98e383570ff9... |
💔 Test failed - checks-travis |
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 |
Argh, my own change hit me in the back. |
@bors r=cramertj |
📌 Commit fa01389 has been approved by |
hygiene: Fix identifier comparison in impl overlap check Fixes #58942
☀️ Test successful - checks-travis, status-appveyor |
Fixes #58942