mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Thread through symbols_from_requires
This commit is contained in:
parent
59023d2a88
commit
1421aebcd3
5 changed files with 91 additions and 9 deletions
|
@ -30,6 +30,7 @@ pub struct Output {
|
|||
pub introduced_variables: IntroducedVariables,
|
||||
pub aliases: VecMap<Symbol, Alias>,
|
||||
pub non_closures: VecSet<Symbol>,
|
||||
pub abilities_in_scope: Vec<Symbol>,
|
||||
}
|
||||
|
||||
impl Output {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue