mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
add internal error
This commit is contained in:
parent
c08b011875
commit
895ed17776
1 changed files with 3 additions and 1 deletions
|
@ -480,7 +480,9 @@ impl<
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
NoData => {}
|
NoData => {
|
||||||
|
internal_error!("Cannot free reg from symbol without a reg: {}", sym)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue