You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this to run the test:
cargo test --package ra_hir_ty --lib --release -- \
tests::regression::your_stack_belongs_to_me --exact --nocapture
You can uncomment more branches to see the effect on stack usage.
It seems that we use Sum(branches) in debug, and Max(branches) in
release (as measured by the final depth before SO).
0 commit comments