Cargo Build
gets stuck compiling my code
#135050
Labels
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
While writing some code I wanted to see if it compiled, and instead cargo build just hung, either forever or longer than I was willing to late. It's a bug either way. I think I got it stuck in an infinite loop resolving traits
Code is here. I was editing
mask.rs
when I encountered the issue.I think the problem code is
(this code is bad and wrong but it probably shouldn't do this)
I cant include a backtrace because Cargo never terminates
The text was updated successfully, but these errors were encountered: