Fix type errors

This commit is contained in:
Ayaz Hafiz 2023-06-06 16:07:51 -05:00
parent 7df3d191d5
commit 80a98668d5
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 5 additions and 9 deletions

View file

@ -2959,7 +2959,7 @@ impl<
let temp_sym = Symbol::DEV_TMP5;
let layout = self
.layout_interner
.insert_no_semantic(LayoutRepr::Struct(other_fields));
.insert_direct_no_semantic(LayoutRepr::Struct(other_fields));
self.load_literal_symbols(fields);
self.storage_manager.create_struct(
@ -2996,7 +2996,7 @@ impl<
let temp_sym = Symbol::DEV_TMP5;
let layout = self
.layout_interner
.insert_no_semantic(LayoutRepr::Struct(other_fields));
.insert_direct_no_semantic(LayoutRepr::Struct(other_fields));
self.load_literal_symbols(fields);
self.storage_manager.create_struct(