Skip to content

Tweak unsatisfied HRTB errors - #64085

Merged
bors merged 1 commit into
rust-lang:masterfrom
estebank:hrtb-errors
Sep 17, 2019
Merged

Tweak unsatisfied HRTB errors#64085
bors merged 1 commit into
rust-lang:masterfrom
estebank:hrtb-errors

Conversation

@estebank

Copy link
Copy Markdown
Contributor

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

Copy link
Copy Markdown
ContributorAuthor

ping

@oli-obk

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Sep 10, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 32440cb has been approved by oli-obk

@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 Sep 10, 2019
tmandry added a commit to tmandry/rust that referenced this pull request Sep 10, 2019
@tmandrytmandry mentioned this pull request Sep 10, 2019
Centril added a commit to Centril/rust that referenced this pull request Sep 10, 2019
@CentrilCentril mentioned 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
Copy Markdown
Contributor

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

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

@borsbors 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
Copy Markdown
ContributorAuthor

@bors r=oli-obk

@bors

bors commented Sep 16, 2019

Copy link
Copy Markdown
Collaborator

📌 Commit 0a985f2 has been approved by oli-obk

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

bors commented Sep 17, 2019

Copy link
Copy Markdown
Collaborator

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

Centril added a commit to Centril/rust that referenced this pull request Sep 17, 2019
@CentrilCentril mentioned this pull request Sep 17, 2019
@Centril

Copy link
Copy Markdown
Contributor

@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

bors commented Sep 17, 2019

Copy link
Copy Markdown
Collaborator

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

@bors
bors merged commit 0a985f2 into rust-lang:masterSep 17, 2019
@estebank
estebank deleted the hrtb-errors branch November 9, 2023 05:18
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.

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

5 participants

@estebank@oli-obk@bors@Centril@rust-highfive