mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
assertion failed solved_all
This commit is contained in:
parent
d922d72d83
commit
db4f788076
7 changed files with 89 additions and 59 deletions
|
@ -1949,6 +1949,7 @@ fn update<'a>(
|
|||
}
|
||||
|
||||
if module_id == state.root_id && state.goal_phase == Phase::SolveTypes {
|
||||
dbg!(&state);
|
||||
debug_assert!(work.is_empty());
|
||||
debug_assert!(state.dependencies.solved_all());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue