applied Folkert's fix

This commit is contained in:
Anton-4 2021-09-10 12:04:07 +02:00
parent 18901129fd
commit f1af9df70b
2 changed files with 10 additions and 32 deletions

View file

@ -1948,7 +1948,7 @@ fn update<'a>(
);
}
if module_id == state.root_id && state.goal_phase == Phase::SolveTypes {
if is_host_exposed && state.goal_phase == Phase::SolveTypes {
debug_assert!(work.is_empty());
debug_assert!(state.dependencies.solved_all());