mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
treat Box.Box as a builtin opaque type
This commit is contained in:
parent
a7c87af065
commit
d2756919fd
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ pub fn canonicalize_module_defs<'a>(
|
|||
Symbol::STR_STR,
|
||||
Symbol::DICT_DICT,
|
||||
Symbol::SET_SET,
|
||||
// Symbol::BOX_BOX,
|
||||
Symbol::BOX_BOX_TYPE,
|
||||
]
|
||||
.contains(&symbol)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue