Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <[email protected]>
  • Loading branch information
wangrunji0408 committed Sep 14, 2023
1 parent 64831c0 commit 4164c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/expr/type_inference/func.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1203,7 +1203,7 @@ mod tests {
sig_map.insert(FuncSign {
func: DUMMY_FUNC,
inputs_type: formals,
varargs: false,
variadic: false,
ret_type: DUMMY_RET,
build: |_, _| unreachable!(),
deprecated: false,
Expand Down

0 comments on commit 4164c69

Please sign in to comment.