]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41364 - alexcrichton:less-backtrace-prune, r=petrochenkov
authorCorey Farwell <coreyf@rwell.org>
Tue, 18 Apr 2017 18:05:46 +0000 (14:05 -0400)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2017 18:05:46 +0000 (14:05 -0400)
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.


Trivial merge