Revert "Check that closures satisfy their where bounds"#97642
Merged
bors merged 1 commit intorust-lang:betafrom Jun 13, 2022
Merged
Revert "Check that closures satisfy their where bounds"#97642bors merged 1 commit intorust-lang:betafrom
bors merged 1 commit intorust-lang:betafrom
Conversation
Contributor
|
Contributor
|
r=me pending beta approval |
Contributor
|
This was approved during the compiler meeting: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings/topic/.5Bweekly.5D.202022-06-02/near/284757867 @bors r+ |
Collaborator
|
📌 Commit 4eb9823a84b3139e5e0a3592f1639245910905f9 has been approved by |
Contributor
|
@bors rollup=never |
Collaborator
|
⌛ Testing commit 4eb9823a84b3139e5e0a3592f1639245910905f9 with merge 26963b169962e7a5fd396ff004ae058ee3c9755b... |
This comment has been minimized.
This comment has been minimized.
Collaborator
|
💔 Test failed - checks-actions |
This reverts commit 253408b.
4eb9823 to
a0bf36c
Compare
Contributor
Author
|
@bors r=compiler-errors (rebased and blessed) |
Collaborator
|
📌 Commit a0bf36c has been approved by |
Collaborator
Collaborator
|
☀️ Test successful - checks-actions |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 253408b from #96899
This is only performed on beta to give us another few weeks to fix #97607 on nightly. The planned fix is likely way too large to backport anyway.
r? @compiler-errors