mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Include Decode aliases
This commit is contained in:
parent
4bbc6b74fc
commit
57c1bed218
1 changed files with 1 additions and 1 deletions
|
@ -4479,7 +4479,7 @@ fn canonicalize_and_constrain<'a>(
|
|||
Vacant(vacant) => {
|
||||
let should_include_builtin = matches!(
|
||||
name.module_id(),
|
||||
ModuleId::ENCODE | ModuleId::DICT | ModuleId::SET
|
||||
ModuleId::ENCODE | ModuleId::DECODE | ModuleId::DICT | ModuleId::SET
|
||||
);
|
||||
|
||||
if !name.is_builtin() || should_include_builtin {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue