disable inlining in unique when branch constraint gen

This commit is contained in:
Folkert 2020-03-22 01:42:28 +01:00
parent a1675bc8ea
commit eca096bf2c

View file

@ -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,