mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Revert "Revert "Thread through symbols_from_requires""
This reverts commit 8ac1dfac1a
.
This commit is contained in:
parent
5bf5b26061
commit
e8fbda44fc
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