mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
fix missing field
This commit is contained in:
parent
ebce2cf8b2
commit
8c77899d8f
1 changed files with 2 additions and 1 deletions
|
@ -2678,6 +2678,7 @@ fn finish_specialization(
|
|||
} = state;
|
||||
|
||||
let ModuleCache {
|
||||
expectations,
|
||||
type_problems,
|
||||
can_problems,
|
||||
sources,
|
||||
|
@ -2758,7 +2759,7 @@ fn finish_specialization(
|
|||
sources,
|
||||
timings: state.timings,
|
||||
toplevel_expects,
|
||||
expectations: VecMap::default(),
|
||||
expectations,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue