-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
ICE: Failed to get crate data #84049
Comments
Veloren's nix build has a similar issue while compiling glutin_egl_sys' build.rs: Build output
Backtrace
|
I am seeing the same error on stable rustc. The bug consistently only happens during GitHub Action runs when running clippy. The compiler toolchain between GitHub Actions and local execution is bit-by-bit identical. The build log can be found here: https://github.com/NixOS/ofborg/runs/2848724177#step:5:537 The seemingly relevant information is this:
|
According to #85847 (comment) this is probably a duplicate of #56935 |
According to #85847 fixed by https://github.com/Canop/lazy-regex/pull/6/files. |
Using rustic directly:
should produce:
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: