Skip to content

Commit a9d03dd

Browse files
committed
Add def id to ast for obj fields.
1 parent 09ef31c commit a9d03dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/comp/front/ast.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ tag ann {
2626
tag def {
2727
def_fn(def_id);
2828
def_obj(def_id);
29+
def_obj_field(def_id);
2930
def_mod(def_id);
3031
def_const(def_id);
3132
def_arg(def_id);

0 commit comments

Comments
 (0)