From: Corey Farwell Date: Tue, 18 Apr 2017 18:05:46 +0000 (-0400) Subject: Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkov X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=20718c81deb7d7151d852c9e7d77ac0ef834e4b3;p=rust.git Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkov 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. --- 20718c81deb7d7151d852c9e7d77ac0ef834e4b3