-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustc hangs in rustc_trans::collector::collect_items_rec (or it's callees) #37779
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
TimNN
changed the title
rustc hangs in rustc_trans::collector::collect_items_rec
rustc hangs rustc_trans::collector::collect_items_rec (or it's children)
Nov 15, 2016
TimNN
changed the title
rustc hangs rustc_trans::collector::collect_items_rec (or it's children)
rustc hangs rustc_trans::collector::collect_items_rec (or it's callees)
Nov 15, 2016
TimNN
changed the title
rustc hangs rustc_trans::collector::collect_items_rec (or it's callees)
rustc hangs in rustc_trans::collector::collect_items_rec (or it's callees)
Nov 15, 2016
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! |
Mark-Simulacrum
added
I-hang
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I-compiletime
Issue: Problems and improvements with respect to compile times.
and removed
I-hang
labels
Jun 23, 2017
Mark-Simulacrum
added
the
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
label
Jul 26, 2017
Should be fixed in #48296. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
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: