Skip to content

Don't type_of on trait assoc ty without default - #72149

Merged
bors merged 1 commit into
rust-lang:masterfrom
estebank:icemation
May 22, 2020
Merged

Don't type_of on trait assoc ty without default#72149
bors merged 1 commit into
rust-lang:masterfrom
estebank:icemation

Conversation

@estebank

Copy link
Copy Markdown
Contributor

Fix#72076.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @eddyb

(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 May 12, 2020
@ElinvyniaElinvynia added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 20, 2020
@eddyb

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented May 20, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit a3f30bb has been approved by eddyb

@bors

bors commented May 20, 2020

Copy link
Copy Markdown
Collaborator

🌲 The tree is currently closed for pull requests below priority 9000, this pull request will be tested once the tree is reopened

@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 May 20, 2020
RalfJung added a commit to RalfJung/rust that referenced this pull request May 21, 2020
Don't `type_of` on trait assoc ty without default
Fixrust-lang#72076.
@RalfJungRalfJung mentioned this pull request May 21, 2020
RalfJung added a commit to RalfJung/rust that referenced this pull request May 21, 2020
Don't `type_of` on trait assoc ty without default
Fixrust-lang#72076.
This was referenced May 21, 2020
bors added a commit to rust-lang-ci/rust that referenced this pull request May 21, 2020
Rollup of 7 pull requests
Successful merges:
- rust-lang#72055 (Intern predicates)
- rust-lang#72149 (Don't `type_of` on trait assoc ty without default)
- rust-lang#72347 (Make intra-link resolve links for both trait and impl items)
- rust-lang#72350 (Improve documentation of `slice::from_raw_parts`)
- rust-lang#72382 (Show default values for debug-assertions & debug-assertions-std)
- rust-lang#72421 (Fix anchor display when hovering impl)
- rust-lang#72425 (fix discriminant_value sign extension)
Failed merges:
r? @ghost
@bors
bors merged commit dc65fd4 into rust-lang:masterMay 22, 2020
@estebank
estebank deleted the icemation branch November 9, 2023 05:16
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: associated type missing default with default impl

5 participants

@estebank@rust-highfive@eddyb@bors@Elinvynia