-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustc hangs in rustc_trans::collector::collect_items_rec (or it's callees) #37779
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
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Looks like a duplicate of #37311. |
It's not, but rather an exponential case in trait selection for cases like
|
Thanks for copying the bug report over from reddit, @TimNN! |
Should be fixed in #48296. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Uh oh!
There was an error while loading. Please reload this page.
As reported on reddit: https://www.reddit.com/r/rust/comments/5d1dzx/rustc_1130_and_nightly_infinite_loops_while/
Backtrace: https://gist.github.com/TimNN/6070f0da6e697a93ef13ab74d316524a
To reproduce, clone
clap-rs
from https://github.com/TimNN/clap-rs.git and check out thehang
branch, which has the patch from the reddit thread applied.The text was updated successfully, but these errors were encountered: