mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Begin support for looping-back recursive pointers to their source layouts
This commit is contained in:
parent
a30a4e36ed
commit
8750127111
17 changed files with 57 additions and 47 deletions
|
@ -62,7 +62,7 @@ cache_interned_layouts! {
|
|||
14, F64, Layout::Builtin(Builtin::Float(FloatWidth::F64))
|
||||
15, DEC, Layout::Builtin(Builtin::Decimal)
|
||||
16, STR, Layout::Builtin(Builtin::Str)
|
||||
17, RECURSIVE_PTR, Layout::RecursivePointer
|
||||
17, RECURSIVE_PTR, Layout::RecursivePointer(Layout::VOID)
|
||||
|
||||
; 18
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue