fix: apply order on field expose
This commit is contained in:
parent
50db958d06
commit
7c3750bbb4
|
@ -4970,9 +4970,7 @@ impl<'a> CodeGenerator<'a> {
|
||||||
term
|
term
|
||||||
};
|
};
|
||||||
|
|
||||||
term = term
|
term = term.apply(Term::var(CONSTR_FIELDS_EXPOSER.to_string()).apply(value));
|
||||||
.apply(Term::var(CONSTR_FIELDS_EXPOSER.to_string()))
|
|
||||||
.apply(value);
|
|
||||||
|
|
||||||
arg_stack.push(term);
|
arg_stack.push(term);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue