Hacker News new | ask | show | jobs
by telios 1046 days ago
Something tangentially related, but something I'm unaware of - if I do run into an ICE on nightly, what is the current process for reporting that? I've run into one or two before (and I've generally assumed it was me doing something dumb with the environment, and I couldn't replicate it), but I wouldn't mind trying to report them in the future.
1 comments

You would report it on our issue tracker. Here is an example of what that would look like:

https://github.com/rust-lang/rust/issues/114324

Even if you can't reproduce it, the backtrace can be enough to figure out the problem, or at least let's us know how often the issue has happened.