Store arg mode and objfield mutability in their def
This commit is contained in:
parent
9ba3fe5e40
commit
34ae491ca9
10 changed files with 43 additions and 43 deletions
|
|
@ -29,11 +29,11 @@ type ty_param = {ident: ident, kind: kind};
|
|||
|
||||
tag def {
|
||||
def_fn(def_id, purity);
|
||||
def_obj_field(def_id);
|
||||
def_obj_field(def_id, mutability);
|
||||
def_mod(def_id);
|
||||
def_native_mod(def_id);
|
||||
def_const(def_id);
|
||||
def_arg(def_id);
|
||||
def_arg(def_id, mode);
|
||||
def_local(def_id);
|
||||
def_variant(def_id, /* tag */def_id);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue