mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Merge remote-tracking branch 'origin/trunk' into add-dec-types
This commit is contained in:
commit
cb42f0c039
16 changed files with 1471 additions and 443 deletions
|
@ -1555,9 +1555,9 @@ fn rbtree_balance_full() {
|
|||
balance Red 0 0 Empty Empty
|
||||
"#
|
||||
),
|
||||
false,
|
||||
*const i64,
|
||||
|x: *const i64| x.is_null()
|
||||
true,
|
||||
usize,
|
||||
|x| x != 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
@ -1079,8 +1079,8 @@ fn nested_recursive_literal() {
|
|||
#"
|
||||
),
|
||||
0,
|
||||
&(i64, i64, u8),
|
||||
|x: &(i64, i64, u8)| x.2
|
||||
usize,
|
||||
|_| 0
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue