Skip to content

Commit 378f1cd

Browse files
committed
Fix the build
1 parent 47144a1 commit 378f1cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ocaml/typing/typecore.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7871,7 +7871,8 @@ and type_label_access
78717871
lbl_sort = Jkind.Sort.Const.value;
78727872
}
78737873
in
7874-
(record, mode, make_fake_label record_form, expected_type)
7874+
(record, Mode.Value.disallow_right mode,
7875+
make_fake_label record_form, expected_type)
78757876

78767877
(* Typing format strings for printing or reading.
78777878
These formats are used by functions in modules Printf, Format, and Scanf.

0 commit comments

Comments
 (0)