mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
load world abilities sooner
This commit is contained in:
parent
5e8974177c
commit
be17c0cadb
3 changed files with 36 additions and 44 deletions
|
@ -144,7 +144,6 @@ pub(crate) struct FoundSpecializationsModule<'a> {
|
|||
pub(crate) procs_base: ProcsBase<'a>,
|
||||
pub(crate) subs: Subs,
|
||||
pub(crate) module_timing: ModuleTiming,
|
||||
pub(crate) abilities_store: AbilitiesStore,
|
||||
pub(crate) expectations: Option<Expectations>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue