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

Don't lose binders when printing trait bound suggestion #89345

Merged
merged 2 commits into from
Oct 3, 2021

Conversation

jackh726
Copy link
Member

@jackh726 jackh726 commented Sep 29, 2021

Fixes #89333

@rust-highfive
Copy link
Collaborator

r? @nagisa

(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 Sep 29, 2021
@cuviper

This comment has been minimized.

@jackh726
Copy link
Member Author

Whoops, thanks. Fixed.

@estebank
Copy link
Contributor

r? @estebank
@bors r+

@bors
Copy link
Contributor

bors commented Sep 29, 2021

📌 Commit 8cf6c42 has been approved by estebank

@rust-highfive rust-highfive assigned estebank and unassigned nagisa Sep 29, 2021
@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 Sep 29, 2021
@jackh726
Copy link
Member Author

@bors rollup

ehuss added a commit to ehuss/rust that referenced this pull request Sep 30, 2021
Don't lose binders when printing trait bound suggestion

Fixes rust-lang#89333
@jyn514
Copy link
Member

jyn514 commented Sep 30, 2021

@bors r-

Failed in rollup: #89399 (comment)

(I think this is the right PR, not 100% sure)

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 30, 2021
@jackh726
Copy link
Member Author

jackh726 commented Oct 1, 2021

@bors rollup=iffy

@estebank I've updated the test to use a local trait, rather than Default, since I guess there are fewer impls in wasm-32.

@jackh726 jackh726 added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Oct 1, 2021
@jackh726
Copy link
Member Author

jackh726 commented Oct 1, 2021

Actually, given that this is only a slight change to the test, I'm going to just @bors r=estebank

@bors
Copy link
Contributor

bors commented Oct 1, 2021

📌 Commit 4bd1751 has been approved by estebank

@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 Oct 1, 2021
@bors
Copy link
Contributor

bors commented Oct 2, 2021

⌛ Testing commit 4bd1751 with merge 2801a77...

@bors
Copy link
Contributor

bors commented Oct 3, 2021

☀️ Test successful - checks-actions
Approved by: estebank
Pushing 2801a77 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Oct 3, 2021
@bors bors merged commit 2801a77 into rust-lang:master Oct 3, 2021
@rustbot rustbot added this to the 1.57.0 milestone Oct 3, 2021
@jackh726 jackh726 deleted the 89333 branch October 3, 2021 01:05
@rust-timer
Copy link
Collaborator

Finished benchmarking commit (2801a77): comparison url.

Summary: This benchmark run did not return any relevant changes.

If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf.

@rustbot label: -perf-regression

@jackh726 jackh726 restored the 89333 branch March 12, 2022 18:30
@jackh726 jackh726 deleted the 89333 branch March 12, 2022 18:36
@jackh726 jackh726 restored the 89333 branch March 12, 2022 18:42
@jackh726 jackh726 deleted the 89333 branch March 12, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: 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 in nightly with assertion failed: !value.has_escaping_bound_vars()
9 participants