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
Rollup merge of #48090 - alexcrichton:disable-opt-test, r=nikomatsakis
Forcibly disable optimizations in backtrace-debuginfo
Various versions of LLVM do various things with debuginfo but we're most curious
that our own code is working so let's just disable optimizations in this test to
ensure we have as much pristine debuginfo as possible.
This is currently extracted from #47828 to land standalone
0 commit comments