return record containing function

This commit is contained in:
Folkert 2023-04-03 22:59:39 +02:00
parent 178e5ad425
commit b7119e9b3a
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 172 additions and 29 deletions

View file

@ -9647,6 +9647,9 @@ where
lambda_set_id = lambda_set_id.next();
stack.push(layout_interner.get(lambda_set.runtime_representation()));
// TODO: figure out if we need to look at the other layouts
// stack.push(layout_interner.get(lambda_set.ret));
}
Layout::RecursivePointer(_) => {
/* do nothing, we've already generated for this type through the Union(_) */