This is the dual issue of #75: `pexp_loc_stack`, `ptyp_loc_stack`, `ppat_loc_stack` need to be present code generated by the ppx, but aren't. For example: ```ocaml let x = [%expr "test"] ``` fails at compile-time with the error `Some record fields are undefined: pexp_loc_stack`.