Closed
Description
RUST_BACKTRACE=1
panic output still includes the functions called by the panic!
macro. This was previously reported in #37783 but, in the merged fix, only the functions before main
were removed. This makes it harder to determine which function the panic occurred in.
In filter_frames
, skipped_before
is always 0
.