]> git.lizzy.rs Git - rust.git/commit
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)
commit20718c81deb7d7151d852c9e7d77ac0ef834e4b3
treee3bbeeea63cf1b40768b68e020e0148f712fc3cd
parentf448cdff9d05fcc8c907820bb5af34a383beee9d
parente46a8bde3c2ef7b1281f3d01e31febc687be2d12
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.