-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE when compiling eyre
on no_std
#101707
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
Shoot, I'm unable to attempt a repro on my machine since |
Is there any chance you could work to put together a more minimal repro with fewer dependencies? I know that's a lot to ask but it would be a massive help. Also, can you clarify: is it just adding I also see a line in the backtrace that references the compiler's incremental compilation serialization/deserialization. Can you try doing a |
I think this is #101640 |
I can attempt to make a more minimal example. Will take some work, but will update when its done. Probably won't happen in the next day or two though. |
I wouldn't bother -- can you try updating your nightly compiler and seeing if this persists? see my previous comment, I think this is #101640 and therefore already fixed. |
I no longer get an ICE, instead I get a bunch of errors about missing types, presumably because |
Code
Please note that the error disappears when the
eyre
dependency is removed.https://github.com/SlimeVR/SlimeVR-Rust/tree/ice-1
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: