mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
remove def_symbol field
This commit is contained in:
parent
6a51ba70c2
commit
2acbfa91f1
4 changed files with 1 additions and 8 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue