One other place
This commit is contained in:
parent
213ad48de7
commit
cab58e5aab
|
@ -1926,9 +1926,9 @@ impl<'a, 'b> ExprTyper<'a, 'b> {
|
||||||
let mut new_arguments = Vec::new();
|
let mut new_arguments = Vec::new();
|
||||||
new_arguments.extend(arguments);
|
new_arguments.extend(arguments);
|
||||||
new_arguments.push(CallArg {
|
new_arguments.push(CallArg {
|
||||||
location: call_location,
|
location: lambda_span,
|
||||||
label: None,
|
label: None,
|
||||||
value: UntypedExpr::lambda(names, continuation, call_location),
|
value: UntypedExpr::lambda(names, continuation, lambda_span),
|
||||||
});
|
});
|
||||||
|
|
||||||
UntypedExpr::Call {
|
UntypedExpr::Call {
|
||||||
|
|
Loading…
Reference in New Issue