remove def_symbol field

This commit is contained in:
Folkert 2020-11-04 14:59:41 +01:00
parent 6a51ba70c2
commit 2acbfa91f1
4 changed files with 1 additions and 8 deletions

View file

@ -2115,7 +2115,6 @@ fn annotation_to_attr_type(
}
HostExposedAlias {
name: symbol,
def_name,
arguments: fields,
actual_var,
actual,
@ -2141,7 +2140,6 @@ fn annotation_to_attr_type(
let alias = Type::HostExposedAlias {
name: *symbol,
def_name: *def_name,
arguments: new_fields,
actual_var: *actual_var,
actual: Box::new(actual_type),