Skip to content

Commit

Permalink
fix: missing init field
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvitkov committed Sep 19, 2023
1 parent 370ab85 commit c9f758c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/noirc_frontend/src/hir/type_check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ mod test {
return_distinctness: Distinctness::DuplicationAllowed,
has_body: true,
return_type: FunctionReturnType::Default(Span::default()),
trait_constraints: Vec::new(),
};
interner.push_fn_meta(func_meta, func_id);

Expand Down

0 comments on commit c9f758c

Please sign in to comment.