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

Tweak unsatisfied HRTB errors #64085

Merged
merged 1 commit into from
Sep 17, 2019
Merged

Tweak unsatisfied HRTB errors #64085

merged 1 commit into from
Sep 17, 2019

Conversation

estebank
Copy link
Contributor

@estebank estebank commented Sep 2, 2019

r? @oli-obk

Close #35180.

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 2, 2019
@estebank
Copy link
Contributor Author

estebank commented Sep 6, 2019

ping

@oli-obk
Copy link
Contributor

oli-obk commented Sep 10, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Sep 10, 2019

📌 Commit 32440cb has been approved by oli-obk

@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 10, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Sep 10, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 10, 2019
bors added a commit that referenced this pull request Sep 10, 2019
Rollup of 6 pull requests

Successful merges:

 - #64060 (Improve hygiene of `alloc::format!`)
 - #64072 (Replace file_stem by file_name in rustdoc markdown)
 - #64085 (Tweak unsatisfied HRTB errors)
 - #64129 (vxWorks: set DEFAULT_MIN_STACK_SIZE to 256K and use min_stack to pass initial stack size to rtpSpawn)
 - #64188 (rustc: Allow the cdylib crate type with wasm32-wasi)
 - #64349 (documentation for AtomicPtr CAS operations)

Failed merges:

r? @ghost
@Centril
Copy link
Contributor

Centril commented Sep 11, 2019

Failed in #64368 (comment), @bors r-

Please do --bless --compare-mode=nll when adjusting HRTB diagnostics.

@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 11, 2019
@estebank
Copy link
Contributor Author

@bors r=oli-obk

@bors
Copy link
Contributor

bors commented Sep 16, 2019

📌 Commit 0a985f2 has been approved by oli-obk

@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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Sep 16, 2019
@bors
Copy link
Contributor

bors commented Sep 17, 2019

⌛ Testing commit 0a985f2 with merge 04598e7154f4b607b9d70041e3a18f1373374364...

Centril added a commit to Centril/rust that referenced this pull request Sep 17, 2019
@Centril
Copy link
Contributor

Centril commented Sep 17, 2019

@bors retry rolled up.

bors added a commit that referenced this pull request Sep 17, 2019
Rollup of 6 pull requests

Successful merges:

 - #64085 (Tweak unsatisfied HRTB errors)
 - #64380 (Update bundled OpenSSL to 1.1.1d)
 - #64416 (Various refactorings to clean up nll diagnostics)
 - #64500 (Various `ObligationForest` improvements)
 - #64530 (Elide lifetimes in `Pin<&(mut) Self>`)
 - #64531 (Use shorthand syntax in the self parameter of methods of Pin)

Failed merges:

r? @ghost
@bors
Copy link
Contributor

bors commented Sep 17, 2019

⌛ Testing commit 0a985f2 with merge 5670d04...

@bors bors merged commit 0a985f2 into rust-lang:master Sep 17, 2019
@estebank estebank deleted the hrtb-errors branch November 9, 2023 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

unsatisfyable HKL error message prints broken bound (for<'b> 'b : )
5 participants