assertion failed: (left == right)
in relate_tys.rs
#88446
Labels
C-bug
Category: This is a bug.
glacier
ICE tracked in rust-lang/glacier.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is a bug potentially related to #86702 or #84937, possibly relating to lifetime resolution in a function argument that involves HRTBs.
I did my best to reduce the example, but I couldn't do it completely in isolation from the rest of the ICU4X project code.
To reproduce:
provider/core
cargo +nightly-2021-08-27 check --all-targets
Code
Here is the definition of the function
map_project_with_capture
, which you can also find in the linked branch:Yoke::project_with_capture
can be found in theyoke
crate on crates.io:https://docs.rs/yoke/0.2.3/yoke/struct.Yoke.html#method.project_with_capture
Meta
rustc --version --verbose
:Error output
Backtrace
CC @Manishearth
The text was updated successfully, but these errors were encountered: