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

ImplTraitContext doesn't need to be mutable #101552

Closed

Conversation

compiler-errors
Copy link
Member

We're not taking advantage of this mutability anywhere, and it simplifies code a lot... Am I missing something? Happy to close this if that's the case.

r? @cjgillot cc @spastorino

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Sep 8, 2022
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 8, 2022
@tjallingt
Copy link

This undoes the changes from this PR: #101493
I believe the mutability is used for this PR: #101345

@spastorino
Copy link
Member

I understand that it doesn't make a lot of sense on current master to have &mut applied to itctx but the idea was to move some commits from #101345 and apply them directly to master.

@compiler-errors compiler-errors deleted the itctx-no-mut branch November 2, 2022 02:58
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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants