mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
20718c81de
std: Back out backtrace pruning logic It was discovered #40264 that this backtrace pruning logic is a little too aggressive, so while we figure how out to handle #40264 this commit backs out the changes to prune frames. Note that other cosmetic changes, such as better path printing and such remain.