add fut/back compat tests for implied trait bounds#93732
Merged
bors merged 2 commits intorust-lang:masterfrom Feb 9, 2022
Merged
add fut/back compat tests for implied trait bounds#93732bors merged 2 commits intorust-lang:masterfrom
bors merged 2 commits intorust-lang:masterfrom
Conversation
Contributor
|
(rust-highfive has picked a reviewer for you, use r? to override) |
Member
Mark-Simulacrum
left a comment
There was a problem hiding this comment.
r=me (mostly just rubber stamping) with nit fixed
Contributor
Author
|
@bors r=Mark-Simulacrum rollup |
Collaborator
|
📌 Commit c2a8077b44680fcd029714030b2722645b07d769 has been approved by |
This comment has been minimized.
This comment has been minimized.
Member
|
@bors r- (per tidy failure) |
Contributor
Author
|
woops, thanks 👍 @bors r=Mark-Simulacrum rollup |
Collaborator
|
📌 Commit af9e30a has been approved by |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 8, 2022
add fut/back compat tests for implied trait bounds the `guard` test was tested to cause a segfault with `-Zchalk`, very nice cc `@nikomatsakis` rust-lang#44491 rust-lang#25860
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 9, 2022
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#91950 (Point at type when a `static` `#[global_allocator]` doesn't `impl` `GlobalAlloc`) - rust-lang#92715 (Do not suggest char literal for zero-length strings) - rust-lang#92917 (Don't constrain projection predicates with inference vars in GAT substs) - rust-lang#93206 (Use `NtCreateFile` instead of `NtOpenFile` to open a file) - rust-lang#93732 (add fut/back compat tests for implied trait bounds) - rust-lang#93764 (:arrow_up: rust-analyzer) - rust-lang#93767 (deduplicate `lcnr` in mailmap) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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.
the
guardtest was tested to cause a segfault with-Zchalk, very nicecc @nikomatsakis #44491 #25860