mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Reproduce mono::ir panic
This commit is contained in:
parent
bfd95d4627
commit
c59aa22402
2 changed files with 3 additions and 2 deletions
|
@ -7204,7 +7204,8 @@ fn call_by_name_help<'a>(
|
||||||
} else {
|
} else {
|
||||||
debug_assert!(
|
debug_assert!(
|
||||||
!field_symbols.is_empty(),
|
!field_symbols.is_empty(),
|
||||||
"should be in the list of imported_module_thunks"
|
"{} should be in the list of imported_module_thunks",
|
||||||
|
proc_name
|
||||||
);
|
);
|
||||||
|
|
||||||
debug_assert_eq!(
|
debug_assert_eq!(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue