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 cffb9cc commit 6d21416Copy full SHA for 6d21416
middle_end/flambda2/simplify/expr_builder.ml
@@ -834,8 +834,8 @@ let rewrite_fixed_arity_apply uacc ~use_id arity apply =
834
| _, Never_returns -> make_apply apply
835
| None, Return _ ->
836
Misc.fatal_errorf
837
- "Expr_builder.rewrite_fixed_arity_apply: got no use_id for the return continuation but the apply \
838
- could return:@ %a@."
+ "Expr_builder.rewrite_fixed_arity_apply: got no use_id for the return \
+ continuation but the apply could return:@ %a@."
839
Apply.print apply
840
| Some use_id, Return cont ->
841
rewrite_fixed_arity_continuation uacc cont ~use_id arity
0 commit comments