mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-25 21:37:48 +00:00
Merge branch 'trunk' of github.com:rtfeldman/roc into http-sync
This commit is contained in:
commit
00d96d5a8b
17 changed files with 378 additions and 253 deletions
|
|
@ -2165,6 +2165,14 @@ fn update<'a>(
|
|||
header
|
||||
.imported_modules
|
||||
.insert(ModuleId::LIST, Region::zero());
|
||||
|
||||
header
|
||||
.package_qualified_imported_modules
|
||||
.insert(PackageQualified::Unqualified(ModuleId::ENCODE));
|
||||
|
||||
header
|
||||
.imported_modules
|
||||
.insert(ModuleId::ENCODE, Region::zero());
|
||||
}
|
||||
|
||||
state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue