We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90ee37b commit d03b346Copy full SHA for d03b346
bytecomp/bytepackager.ml
@@ -267,6 +267,7 @@ let package_files ~ppf_dump initial_env files targetfile =
267
Compilation_unit.create (Compilation_unit.Prefix.from_clflags ())
268
(targetname |> Compilation_unit.Name.of_string)
269
in
270
+ Compilation_unit.set_current (Some comp_unit);
271
Misc.try_finally (fun () ->
272
let coercion =
273
Typemod.package_units initial_env files targetcmi comp_unit in
0 commit comments