fix missing field

This commit is contained in:
Folkert 2022-07-13 18:51:26 +02:00
parent ebce2cf8b2
commit 8c77899d8f
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -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,
})
}