mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Add def id to ast for obj fields.
This commit is contained in:
parent
09ef31caa0
commit
a9d03dd1a2
@ -26,6 +26,7 @@ tag ann {
|
||||
tag def {
|
||||
def_fn(def_id);
|
||||
def_obj(def_id);
|
||||
def_obj_field(def_id);
|
||||
def_mod(def_id);
|
||||
def_const(def_id);
|
||||
def_arg(def_id);
|
||||
|
Loading…
Reference in New Issue
Block a user