ocaml-ppx / ocamlformat

Auto-formatter for OCaml code
MIT License
633 stars 179 forks source link

parser-extended: Add missing Ast_mapper rule #2591

Closed Julow closed 1 month ago

Julow commented 1 month ago

Found by test-branch on very recent code. This caused a problem during normalization with this code:

(** {[
      f
        (fun ~f -> x)
    ]} *)
Julow commented 1 month ago

test-branch is failing because the main branch contains the bug. ocaml-ci results are the same as on main.