[ICE] when compiling abi_stable
: Failed to normalize ..., maybe try to call try_normalize_erasing_regions
instead
#113900
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Create an empty crate, add
abi_stable
to dependencies, andcargo check
.Affected release channels
Rust Version
Current error output
Backtrace
Anything else?
Discovered on CI since 1.72.0-nightly (0ab38e9 2023-07-03). The previous version 839e9a6 2023-07-02 is good.
The breaking day is the same as #113436. I suspect this is also related to #108611. But fix to that #113457 does NOT fix this ICE though. cc @davidtwco
The error message is similar to #113272, but that occurs on an earlier version 2023-06-28. I guess it's unrelated.
The text was updated successfully, but these errors were encountered: