thread 'rustc' panicked at 'region constraints already solved' #87709
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-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Code
Haven't minimized the code yet, but the exact code is up here:
https://github.com/stinodego/gap_solver/tree/360697df92b09e804ce7d0b0f28346a3d13708ee
It's a kind of search algorithm. I think the problematic code is the
expand_node
function insrc/solver.rs
. Will report back if I figure out anything more.Meta
rustc --version --verbose
:Error output
Backtrace
Additional info
I just switched to the stable toolchain, and the compilar gave me two errors:
Apparently these were not caught by the nightly compiler.
The text was updated successfully, but these errors were encountered: