Skip to content

Add regression test for#81827 #97220

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
May 20, 2022
Merged

Add regression test for#81827 #97220

merged 1 commit into from
May 20, 2022

Conversation

JohnTitor
Copy link
Member

@JohnTitor JohnTitor commented May 20, 2022

@rustbot rustbot added the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label May 20, 2022
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 20, 2022
@compiler-errors
Copy link
Member

@bors r+ rollup

@compiler-errors
Copy link
Member

@bors ping

@bors
Copy link
Collaborator

bors commented May 20, 2022

😪 I'm awake I'm awake

@compiler-errors
Copy link
Member

@bors r+ rollup

@bors
Copy link
Collaborator

bors commented May 20, 2022

📌 Commit 42b0b366917e1856e481648fdda07899a08f7969 has been approved by compiler-errors

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 20, 2022
@JohnTitor
Copy link
Member Author

Also removed the unnecessary .stderr file that I forgot to remove after some local testing in #97075.

It's wrong and I just mistyped the test dir path, oh my....
Will fix shortly, @bors r-

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 20, 2022
@JohnTitor
Copy link
Member Author

Should be fixed!
@bors r=compiler-errors rollup

@bors
Copy link
Collaborator

bors commented May 20, 2022

📌 Commit eab9240 has been approved by compiler-errors

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 20, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request May 20, 2022
…askrgr

Rollup of 7 pull requests

Successful merges:

 - rust-lang#97109 (Fix misleading `cannot infer type for type parameter` error)
 - rust-lang#97187 (Reverse condition in Vec::retain_mut doctest)
 - rust-lang#97201 (Fix typo)
 - rust-lang#97203 (Minor tweaks to rustc book summary formatting.)
 - rust-lang#97208 (Do not emit the lint `unused_attributes` for *inherent* `#[doc(hidden)]` associated items)
 - rust-lang#97215 (Add complexity estimation of iterating over HashSet and HashMap)
 - rust-lang#97220 (Add regression test for#81827)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 6c0c7f1 into rust-lang:master May 20, 2022
@rustbot rustbot added this to the 1.63.0 milestone May 20, 2022
@JohnTitor JohnTitor deleted the issue-81827 branch May 21, 2022 03:12
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rustc crashed when compiling the crafted input
5 participants