Skip to content
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

Merged
merged 1 commit into from Jul 13, 2019
Merged

Fix bug in implicit_hasher causing crashes #4268

merged 1 commit into from Jul 13, 2019

Conversation

ghost
Copy link

@ghost ghost commented Jul 11, 2019

Skip linting if the type is from an external macro. Closes #4260.

changelog: Fix bug in implicit_hasher causing crashes

Skip linting if the type is from an external macro. Closes #4260.
Copy link
Member

@flip1995 flip1995 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bors r+

@flip1995
Copy link
Member

Oh I forgot, that won't build until rust-lang/rust#62574 is merged.

@flip1995
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 11, 2019

📌 Commit de77498 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Jul 11, 2019

⌛ Testing commit de77498 with merge 7efe482...

bors added a commit that referenced this pull request Jul 11, 2019
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
@bors
Copy link
Collaborator

bors commented Jul 11, 2019

💔 Test failed - status-appveyor

@flip1995
Copy link
Member

Oh no. rustup-toolchain-install-master depends on serde too. So we have to wait on the next nightly to merge PRs again.

@flip1995 flip1995 added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jul 11, 2019
@matthiaskrgr
Copy link
Member

@bors retry

@bors
Copy link
Collaborator

bors commented Jul 12, 2019

⌛ Testing commit de77498 with merge d609c8a...

bors added a commit that referenced this pull request Jul 12, 2019
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
@bors
Copy link
Collaborator

bors commented Jul 12, 2019

💔 Test failed - status-appveyor

flip1995 added a commit to flip1995/rust-clippy that referenced this pull request Jul 12, 2019
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
bors added a commit that referenced this pull request Jul 12, 2019
Rollup of 2 pull requests

Successful merges:

 - #4229 (don't strip blank lines in lint documentation)
 - #4268 (Fix bug in `implicit_hasher` causing crashes)

Failed merges:

r? @ghost
bors added a commit that referenced this pull request Jul 12, 2019
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
@bors
Copy link
Collaborator

bors commented Jul 12, 2019

⌛ Testing commit de77498 with merge 788811f...

@bors
Copy link
Collaborator

bors commented Jul 12, 2019

💔 Test failed - checks-travis

@matthiaskrgr
Copy link
Member

@bors try the hyper ci failure that occurred earlier should be fixed now: hyperium/hyper#1863

@bors
Copy link
Collaborator

bors commented Jul 12, 2019

⌛ Trying commit de77498 with merge edbf04c...

@bors
Copy link
Collaborator

bors commented Jul 12, 2019

💥 Test timed out

@flip1995
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Jul 13, 2019

💡 This pull request was already approved, no need to approve it again.

  • This pull request previously failed. You should add more commits to fix the bug, or use retry to trigger a build again.

@bors
Copy link
Collaborator

bors commented Jul 13, 2019

📌 Commit de77498 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Jul 13, 2019

⌛ Testing commit de77498 with merge 10b915f...

bors added a commit that referenced this pull request Jul 13, 2019
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
@bors
Copy link
Collaborator

bors commented Jul 13, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 10b915f to master...

@bors bors merged commit de77498 into rust-lang:master Jul 13, 2019
@ghost ghost deleted the fix-4260 branch July 15, 2019 05:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implicit-hasher ICE
3 participants