Skip to content

Fix ICE in consts::binop #5709

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Fix ICE in consts::binop #5709

merged 1 commit into from
Jun 23, 2020

Conversation

ebroto
Copy link
Member

@ebroto ebroto commented Jun 12, 2020

changelog: Fix ICE in consts::binop

Fixes #5389

@rust-highfive
Copy link

r? @Manishearth

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 12, 2020
@Manishearth
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Jun 12, 2020

📌 Commit b21ef2b has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Jun 12, 2020

⌛ Testing commit b21ef2b with merge f7a0c9a...

bors added a commit that referenced this pull request Jun 12, 2020
Fix ICE in consts::binop

changelog: Fix ICE in `consts::binop`

Fixes #5389
@bors
Copy link
Contributor

bors commented Jun 12, 2020

💔 Test failed - checks-action_test

@flip1995 flip1995 added S-waiting-on-bors Status: The marked PR was approved and is only waiting bors and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties labels Jun 13, 2020
@flip1995
Copy link
Member

@bors rollup

bors added a commit that referenced this pull request Jun 23, 2020
Rollup of 9 pull requests

Successful merges:

 - #5178 (clippy-driver: pass all args to rustc if --rustc is present)
 - #5705 (Downgrade unnested_or_patterns to pedantic)
 - #5709 (Fix ICE in consts::binop)
 - #5710 (typo)
 - #5712 (Remove `bar` from blacklisted names)
 - #5713 (Use lints in Clippy that are enabled in rustc bootstrap)
 - #5716 (Fix typo in wildcard_imports)
 - #5724 (redundant_pattern_matching: avoid non-`const fn` calls in const contexts)
 - #5726 (Fix typo)

Failed merges:

r? @ghost

changelog: rollup
@bors bors merged commit 9505919 into rust-lang:master Jun 23, 2020
@ebroto ebroto deleted the 5389_ice branch June 23, 2020 20:13
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: The marked PR was approved and is only waiting bors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ICE when running clippy on 'criner'
5 participants