internal: move make::expr_unit to make::ext::expr_unit

`expr_unit` is just a shortcut for a common expression, so it belongs in `make::ext`
This commit is contained in:
Giga Bowser 2024-12-16 14:38:53 -05:00
parent f388482119
commit 905e1e1fc0
8 changed files with 18 additions and 18 deletions

View file

@ -550,7 +550,7 @@ mod tests {
None,
None,
make::param_list(None, []),
make::block_expr([], Some(make::expr_unit())),
make::block_expr([], Some(make::ext::expr_unit())),
Some(make::ret_type(make::ty_unit())),
false,
false,