-
Notifications
You must be signed in to change notification settings - Fork 13.4k
resolve: fix non-termination #38539
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
resolve: fix non-termination #38539
Conversation
@@ -10,6 +10,8 @@ | |||
|
|||
// aux-build:recursive_reexports.rs | |||
|
|||
extern crate recursive_reexports; | |||
|
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.
This test used to be broken 😳
@bors r+ |
📌 Commit ff54a4e has been approved by |
Does this need a backport? |
ff54a4e
to
d1746d7
Compare
Yeah, I think this would be a good idea to backport. |
d1746d7
to
098c9b6
Compare
@bors r=eddyb |
📌 Commit 098c9b6 has been approved by |
@bors p=1 |
⌛ Testing commit 098c9b6 with merge 20b6c16... |
1 similar comment
Marking as beta-accepted. Small patch, serious regression. cc @rust-lang/compiler |
Fixes #34324.
r? @eddyb