ICE: rmeta/decoder.rs:967:9: missing def_span
for DefId(117:0 ~ test[50b7])
#135939
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-AArch64
Armv8-A or later processors in AArch64 mode
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I just encountered an ICE in CI during
cargo test
with Rust 1.8.4 stable on a Linux ARM GitHub Actions runner, after merging a PR to main. (CI passed on the PR but failed on themain
run post-merge.)Code
The failure was on this commit:
https://github.com/heroku/buildpacks-python/tree/aef5e6931d049d27a5c52437ecb1dfa6f9ff2f41
Meta
rustc --version --verbose
:Error output
The full CI run can be seen here:
https://github.com/heroku/buildpacks-python/actions/runs/12934086542/job/36074243839#step:10:13
The GitHub Actions workflow is defined here:
https://github.com/heroku/buildpacks-python/blob/aef5e6931d049d27a5c52437ecb1dfa6f9ff2f41/.github/workflows/ci.yml#L43-L86
The text was updated successfully, but these errors were encountered: