-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 bug in implicit_hasher
causing crashes
#4268
Conversation
Skip linting if the type is from an external macro. Closes #4260.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@bors r+
Oh I forgot, that won't build until rust-lang/rust#62574 is merged. |
@bors r+ |
📌 Commit de77498 has been approved by |
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
💔 Test failed - status-appveyor |
Oh no. rustup-toolchain-install-master depends on serde too. So we have to wait on the next nightly to merge PRs again. |
@bors retry |
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
💔 Test failed - status-appveyor |
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes rust-lang#4260. changelog: Fix bug in `implicit_hasher` causing crashes
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
💔 Test failed - checks-travis |
@bors try the hyper ci failure that occurred earlier should be fixed now: hyperium/hyper#1863 |
💥 Test timed out |
@bors r+ |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit de77498 has been approved by |
Fix bug in `implicit_hasher` causing crashes Skip linting if the type is from an external macro. Closes #4260. changelog: Fix bug in `implicit_hasher` causing crashes
☀️ Test successful - checks-travis, status-appveyor |
Skip linting if the type is from an external macro. Closes #4260.
changelog: Fix bug in
implicit_hasher
causing crashes