This commit is contained in:
Folkert 2021-01-02 00:58:18 +01:00
parent 6714a68f3d
commit 2db627519b
3 changed files with 4 additions and 3 deletions

View file

@ -4622,7 +4622,7 @@ fn substitute_in_expr<'a>(
match expr {
Literal(_) | FunctionPointer(_, _) | EmptyArray | RuntimeErrorFunction(_) => None,
Call(call) => substitute_in_call(arena, call, subs).map(|new| Expr::Call(new)),
Call(call) => substitute_in_call(arena, call, subs).map(Expr::Call),
Tag {
tag_layout,