mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Store args/return layout in the lambda set specialization layout
This commit is contained in:
parent
237bb6bcd5
commit
3109b2b00f
4 changed files with 55 additions and 23 deletions
|
@ -3170,6 +3170,7 @@ fn alias_defined_out_of_order() {
|
|||
|
||||
#[test]
|
||||
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
|
||||
#[ignore = "TODO https://github.com/roc-lang/roc/issues/4905"]
|
||||
fn recursively_build_effect() {
|
||||
assert_evals_to!(
|
||||
indoc!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue