We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023c1f5 commit ea33d07Copy full SHA for ea33d07
1 file changed
ocaml/parsing/parser.mly
@@ -150,8 +150,6 @@ let mk_attr ~loc name payload =
150
Builtin_attributes.(register_attr Parser name);
151
Attr.mk ~loc name payload
152
153
-(* CR zqian: someday we should put attributes on the expression, instead of
154
-extension node. *)
155
let mkexp_with_modes ?(ghost=false) ~loc modes exp =
156
match Mode.payload_of modes with
157
| None -> exp
0 commit comments