thread 'rustc' panicked at 'assertion failed: (left == right)
(left: ...
, right: ...
)', ../src/librustc_borrowck/borrowck/mod.rs:453
#28150
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Trying to compile a project of mine via
cargo run
leads to an assertion failure in the borrow checker. The code I introduced that triggered it is insrc/zipper.rs
, functiontake
beginning line 86. The code might be a bit nonsensical, since I was just fighting the borrow checker when this happened.The branch I created to time-capsule the bug: https://github.com/srijs/rust-lambed/tree/snapshot/compilerbug
Backtrace:
The text was updated successfully, but these errors were encountered: