-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add 2 tests #91908
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
Add 2 tests #91908
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit f58ef22 has been approved by |
Add 2 tests fixes rust-lang#91139 fixes rust-lang#91069
@@ -0,0 +1,24 @@ | |||
// check-pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, this test is named #81069. And doesn't even use GATs, so why is it in this directory?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah this was supposed to be 91069
, looks like I fatfingered it
@bors r- See review. Wrong test? Edit: right test, wrong name, wrong location |
@rustbot ready |
Still wrong location for 91069 test...not GATs... |
@jackh726 where do you want me to put 91069.rs ? |
Maybe just |
fixes rust-lang#91139 fixes rust-lang#91069
@bors r+ rollup |
📌 Commit 9b17e2d has been approved by |
Add 2 tests fixes rust-lang#91139 fixes rust-lang#91069
Add 2 tests fixes rust-lang#91139 fixes rust-lang#91069
…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
fixes #91139
fixes #91069