Uh oh!
There was an error while loading. Please reload this page.
Run full const-generics test for issue-72293 - #86205
Merged
Merged
Conversation
oli-obk
commented
Jun 11, 2021
Contributor
@bors r+ rollup thanks! And thanks for teaching me about revision conditional check-pass tests. that could simplify so many tests I wrote |
bors
commented
Jun 11, 2021
Collaborator
📌 Commit d7e0f43 has been approved by |
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Jun 11, 2021
…i-obk Run full const-generics test for issue-72293 Closesrust-lang#72293 r? `@oli-obk`
JohnTitor added a commit
to JohnTitor/rust
that referenced
this pull request
Jun 11, 2021
…i-obk Run full const-generics test for issue-72293 Closesrust-lang#72293 r? ``@oli-obk``
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jun 12, 2021
Rollup of 7 pull requests Successful merges: - rust-lang#85800 (Fix some diagnostic issues with const_generics_defaults feature gate) - rust-lang#85823 (Do not suggest ampmut if rhs is already mutable) - rust-lang#86153 (Print dummy spans as `no-location`) - rust-lang#86174 (Detect incorrect vtable alignment during const eval) - rust-lang#86189 (Make `relate_type_and_mut` public) - rust-lang#86205 (Run full const-generics test for issue-72293) - rust-lang#86217 (Remove "generic type" in boxed.rs) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
16 tasks
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 freeto 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.
Closes#72293
r? @oli-obk