fix final list test

This commit is contained in:
Folkert 2021-05-14 01:02:16 +02:00
parent 1ee1a8114b
commit d25b1dc549
4 changed files with 36 additions and 26 deletions

View file

@ -7524,6 +7524,7 @@ fn lowlevel_match_on_lambda_set<'a, F>(
where
F: Fn(Symbol, Symbol) -> Call<'a> + Copy,
{
dbg!(lambda_set);
match dbg!(lambda_set.runtime_representation()) {
Layout::Union(_) => {
let closure_tag_id_symbol = env.unique_symbol();