Use TraitEngine in more places that don't specifically need FulfillmentContext::new_in_snapshot by compiler-errors · Pull Request #99746 · rust-lang/rust (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits1 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

compiler-errors

Not sure if this change is worthwhile, but couldn't hurt re: chalkification

r? types

@rustbot rustbot added the T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.

label

Jul 26, 2022

@rust-log-analyzer

This comment has been minimized.

@compiler-errors

@compiler-errors

side note: I can't check how this affects chalk migrate-mode tests b/c some of them hang forever, lol.

@compiler-errors

re-rolling for spastorino

r? types

@jackh726

@bors

📌 Commit 58f107a has been approved by jackh726

It is now in the queue for this repository.

@bors bors 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

Aug 3, 2022

Dylan-DPC added a commit to Dylan-DPC/rust that referenced this pull request

Aug 3, 2022

@Dylan-DPC

…r=jackh726

Use TraitEngine in more places that don't specifically need FulfillmentContext::new_in_snapshot

Not sure if this change is worthwhile, but couldn't hurt re: chalkification

r? types

bors added a commit to rust-lang-ci/rust that referenced this pull request

Aug 4, 2022

@bors

…iaskrgr

Rollup of 6 pull requests

Successful merges:

Failed merges:

r? @ghost @rustbot modify labels: rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request

Nov 10, 2022

@Manishearth

…wesleywiser

Use TraitEngine in more places, restrict visibility of FulfillmentCtxt constructor

Most places that are constructing a FulfillmentContext should be constructing a TraitEngine generically, so later on if/when we're transitioning it'll be easier.

Logical extension of rust-lang#99746

Labels

S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

T-compiler

Relevant to the compiler team, which will review and decide on the PR/issue.