mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Merge pull request #4950 from roc-lang/keep-recptr-index
Initial support for linking recursive pointer layouts back to their source layouts
This commit is contained in:
commit
ad84e02abf
18 changed files with 639 additions and 132 deletions
|
@ -1941,7 +1941,7 @@ macro_rules! single_register_int_builtins {
|
|||
#[macro_export]
|
||||
macro_rules! single_register_integers {
|
||||
() => {
|
||||
Layout::BOOL | single_register_int_builtins!() | Layout::RECURSIVE_PTR
|
||||
Layout::BOOL | single_register_int_builtins!() | Layout::OPAQUE_PTR
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue