-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ICE on compiler\rustc_mir\src\monomorphize\collector.rs:894:93 #90738
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
Comments
The panic happens on the second
According to the docs of
Is this a public project? If so can you tell which project it is and what commit? Do you roughly know what you last changed before this crash? If it isn't public you could try making a minimal reproducing example. https://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/ is a great post about how to reduce it. You could also try rust-reduce and if you inline all modules creduce. While creduce is written for C, most of the transforms it does work pretty well in any language with a C like syntax, including Rust. It is possible that someone can find the issue without a reproducing example, but providing one will make finding the issue much easier. |
@deprilula28 is this issue still relevant? If you can't provide a minimal reproducible example, could you please test with a recent rustc and see if the problem is still there? |
Triage: Relabeling issues which don't have a runnable reproduction (as opposed to having a non-minimized one) to the new label S-needs-repro. |
An old issue with no reproduction, closing. |
Code
The error doesn't specify where in the code caused the issue, making it hard to provide an example.
Meta
rustc --version --verbose
:It also happens on stable and an on 1.55.0 (which I updated from after I initially ran into this problem).
Error output
Backtrace
The text was updated successfully, but these errors were encountered: