mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Remove a debug assert
This commit is contained in:
parent
5e642c880c
commit
ad95ea4a3b
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ impl<'a> CodeGenHelp<'a> {
|
|||
) -> Option<Expr<'a>> {
|
||||
use HelperOp::*;
|
||||
|
||||
debug_assert!(self.debug_recursion_depth < 10);
|
||||
// debug_assert!(self.debug_recursion_depth < 100);
|
||||
self.debug_recursion_depth += 1;
|
||||
|
||||
let layout = if matches!(called_layout, Layout::RecursivePointer) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue