Uh oh!
There was an error while loading. Please reload this page.
Add 2 tests - #91908
Merged
Merged
Conversation
rust-highfive
commented
Dec 14, 2021
Contributor
(rust-highfive has picked a reviewer for you, use r? to override) |
Mark-Simulacrum
commented
Dec 14, 2021
Member
@bors r+ |
bors
commented
Dec 14, 2021
Collaborator
📌 Commit f58ef22 has been approved by |
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 14, 2021
jackh726
requested changes
Dec 14, 2021
| @@ -0,0 +1,24 @@ | |||
| // check-pass | |||
Member
There was a problem hiding this comment.
Wait, this test is named #81069. And doesn't even use GATs, so why is it in this directory?
MemberAuthor
There was a problem hiding this comment.
Ah this was supposed to be 91069, looks like I fatfingered it
Member
@bors r- See review. Wrong test? Edit: right test, wrong name, wrong location |
matthiaskrgr
commented
Dec 14, 2021
MemberAuthor
@rustbot ready |
jackh726
commented
Dec 14, 2021
Member
Still wrong location for 91069 test...not GATs... |
matthiaskrgr
commented
Feb 11, 2022
MemberAuthor
@jackh726 where do you want me to put 91069.rs ? |
jackh726
commented
Feb 11, 2022
Member
Maybe just |
jackh726
commented
Feb 11, 2022
Member
@bors r+ rollup |
bors
commented
Feb 11, 2022
Collaborator
📌 Commit 9b17e2d has been approved by |
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 12, 2022
matthiaskrgr added a commit
to matthiaskrgr/rust
that referenced
this pull request
Feb 12, 2022
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Feb 12, 2022
…askrgr Rollup of 7 pull requests Successful merges: - rust-lang#91908 (Add 2 tests) - rust-lang#93595 (fix ICE when parsing lifetime as function argument) - rust-lang#93757 (Add some known GAT bugs as tests) - rust-lang#93759 (Pretty print ItemKind::Use in rustfmt style) - rust-lang#93897 (linkchecker: fix panic on directory symlinks) - rust-lang#93898 (tidy: Extend error code check) - rust-lang#93928 (Add missing release notes for rust-lang#85200) 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 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.
fixes#91139
fixes#91069