I was building a crate, and while building, rustc crashed. I have the logs (https://paste.ee/p/ovxmhFqh), where do I submit them? I have also changed the code since, and it no longer produces the crash.
All bugs are reported on the rustc github issue tracker, however:
- You need the affected code.
- Try compiling it with the nightly compiler first (the nightly error tells you how to report it as well).
- It looks like this is probably the same as this existing issue, which seems to be mostly fixed but not yet merged.
1 Like
ah, ok then. for now i am using stable, i didn't really need the nightly.
It's not about you needing nightly. It's about checking out if the bug hasn't already been fixed on nightly. Also nightly can be super easily installed through cargo so trying it out is not a big deal. Of course, you don't have the code anymore that causes the ICE, so it might not be possible for you to run it on nightly.
2 Likes