mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Debug non-reused recursive structures
This commit is contained in:
parent
e24cdb8272
commit
c53719eb95
1 changed files with 1 additions and 0 deletions
|
@ -1881,6 +1881,7 @@ impl<'a, 'b> Env<'a, 'b> {
|
|||
// but this is not correct; the canonical layout of `[A, B (List r)] as r` is
|
||||
//
|
||||
// Recursive [Unit, (List RecursivePointer)]
|
||||
roc_tracing::debug!(?var, "not reusing cached recursive structure");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue