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 953c6f0 commit 494bfcaCopy full SHA for 494bfca
lambda/translcore.ml
@@ -976,7 +976,7 @@ and transl_exp0 ~in_new_scope ~scopes sort e =
976
probes. *)
977
~params:(List.map (fun name -> { name; layout = layout_probe_arg; attributes = Lambda.default_param_attribute; mode = alloc_heap }) param_idents)
978
~return:return_layout
979
- ~body
+ ~body:(maybe_region_layout return_layout body)
980
~loc:(of_location ~scopes exp.exp_loc)
981
~attr
982
~mode:alloc_heap
0 commit comments