You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On this code, rustc hangs and slowly eats all my memory. If I change (F,) to F, at least I get "overflow evaluating the requirement" before it eats all my memory. A bunch of other simplifications all error with "overflow evaluating the requirement".
saethlin
added
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Jun 15, 2024
I tried this code:
On this code, rustc hangs and slowly eats all my memory. If I change
(F,)
toF
, at least I get "overflow evaluating the requirement" before it eats all my memory. A bunch of other simplifications all error with "overflow evaluating the requirement".Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: