mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
put closure tests into one file
This commit is contained in:
parent
903c0d8dec
commit
ff20ab76ce
6 changed files with 8 additions and 104 deletions
|
@ -6514,8 +6514,10 @@ fn from_can_pattern_help<'a>(
|
|||
debug_assert_eq!(
|
||||
arguments.len(),
|
||||
argument_layouts[1..].len(),
|
||||
"{:?}",
|
||||
tag_name
|
||||
"The {:?} tag got {} arguments, but its layout expects {}!",
|
||||
tag_name,
|
||||
arguments.len(),
|
||||
argument_layouts[1..].len(),
|
||||
);
|
||||
let it = argument_layouts[1..].iter();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue