Add a regression test for issue-69323#86859
Merged
bors merged 1 commit intorust-lang:masterfrom Jul 5, 2021
Merged
Conversation
jackh726
approved these changes
Jul 4, 2021
Member
There was a problem hiding this comment.
This is a good idea. But let's just do full/min.
Member
Author
There was a problem hiding this comment.
Other tests use min/full_tait and I picked them up (actually, I typoed though). Anyway fixed.
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Checked it passes on my local this time. |
Collaborator
|
📌 Commit 2512e96 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 4, 2021
Rollup of 8 pull requests Successful merges: - rust-lang#86477 (E0716: clarify that equivalent code example is erroneous) - rust-lang#86623 (Add check to ensure error code explanations are not removed anymore even if not emitted) - rust-lang#86856 (Make x.py less verbose on failures) - rust-lang#86858 (Stabilize `string_drain_as_str`) - rust-lang#86859 (Add a regression test for issue-69323) - rust-lang#86862 (re-export SwitchIntEdgeEffects) - rust-lang#86864 (Add missing code example for Write::write_vectored) - rust-lang#86874 (Bump deps) 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.
Closes #69323
r? @jackh726