mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
disable inlining in unique when branch constraint gen
This commit is contained in:
parent
a1675bc8ea
commit
eca096bf2c
1 changed files with 2 additions and 1 deletions
|
@ -1431,7 +1431,8 @@ fn constrain_by_usage_record(
|
|||
|
||||
// TODO trim down these arguments
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[inline(always)]
|
||||
// NOTE enabling the inline pragma can blow the stack in debug mode
|
||||
// #[inline(always)]
|
||||
fn constrain_when_branch(
|
||||
var_store: &VarStore,
|
||||
var_usage: &VarUsage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue