mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
remove def_symbol field
This commit is contained in:
parent
6a51ba70c2
commit
2acbfa91f1
4 changed files with 1 additions and 8 deletions
|
@ -14,6 +14,7 @@ pub struct Annotation {
|
|||
pub introduced_variables: IntroducedVariables,
|
||||
pub references: MutSet<Symbol>,
|
||||
pub aliases: SendMap<Symbol, Alias>,
|
||||
// pub host_exposed_aliases: SendMap<Symbol, Variable>,
|
||||
pub variably_sized_types: VariablySizedTypes,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue