Skip to content

Add regression test for #75961 - #90304

Merged
bors merged 1 commit into
rust-lang:masterfrom
vandenheuvel:test_issue_75961
Oct 27, 2021
Merged

Add regression test for #75961#90304
bors merged 1 commit into
rust-lang:masterfrom
vandenheuvel:test_issue_75961

Conversation

@vandenheuvel

@vandenheuvelvandenheuvel commented Oct 26, 2021

Copy link
Copy Markdown
Contributor

Closes#75961.
Closes#21203.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @Mark-Simulacrum

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Oct 26, 2021
@JohnTitor

Copy link
Copy Markdown
Member

We usually use issue-XXX.rs (not _) for a file name, could you follow it?

Comment threadsrc/test/ui/trait-bounds/issue_75961.rs Outdated
@vandenheuvel
vandenheuvelforce-pushed the test_issue_75961 branch 2 times, most recently from 577fe2c to 43b1761CompareOctober 26, 2021 14:07
Comment threadsrc/test/ui/trait-bounds/issue-75961.rs Outdated
@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Oct 27, 2021

Copy link
Copy Markdown
Collaborator

📌 Commit dae7c36 has been approved by Mark-Simulacrum

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 27, 2021
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 27, 2021
…askrgr
Rollup of 5 pull requests
Successful merges:
- rust-lang#90239 (Consistent big O notation in map.rs)
- rust-lang#90267 (fix: inner attribute followed by outer attribute causing ICE)
- rust-lang#90288 (Add hint for people missing `TryFrom`, `TryInto`, `FromIterator` import pre-2021)
- rust-lang#90304 (Add regression test for rust-lang#75961)
- rust-lang#90344 (Add tracking issue number to const_cstr_unchecked)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit f32c09b into rust-lang:masterOct 27, 2021
@rustbotrustbot added this to the 1.58.0 milestone Oct 27, 2021
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ICE during codegen of function that can't be codegened Don't ICE when uncallable functions occur due to unsatisfiable where clauses

6 participants

@vandenheuvel@rust-highfive@JohnTitor@Mark-Simulacrum@bors@rustbot