mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Improve a debug assert message (triggered by unnecessary import of Box)
This commit is contained in:
parent
c50cbd265a
commit
8cf7752514
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ impl MakeSpecializationsDependents {
|
|||
let entry = self.entry(module_id);
|
||||
debug_assert!(
|
||||
entry.succ.is_empty(),
|
||||
"already added successors for this module"
|
||||
"already added successors for module '{:?}'",
|
||||
module_id
|
||||
);
|
||||
|
||||
entry.succ.extend(succ.into_iter());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue