Skip to content

Commit 8fc9a1a

Browse files
Gburychambart
authored andcommitted
Fix build (again...)
1 parent e55026e commit 8fc9a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middle_end/flambda/types/structures/row_like.rec.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ struct
630630

631631
let _get_variant_field t variant_tag field_index : _ Or_unknown_or_bottom.t =
632632
let index = Target_imm.to_targetint field_index in
633-
let aux { index = size; maps_to; } : _ Or_unknown_or_bottom.t =
633+
let aux { index = size; maps_to; env_extension = _; } : _ Or_unknown_or_bottom.t =
634634
match size with
635635
| Known i when i <= index -> Bottom
636636
| _ ->

0 commit comments

Comments
 (0)