Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52bed53

Browse files
committedFeb 27, 2017
Also ignore std::panic
1 parent d0fe018 commit 52bed53

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/libstd/sys_common/backtrace.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ fn filter_frames(frames: &[Frame],
127127
"_ZN3std9panicking",
128128
"ZN3std9panicking",
129129
"std::panicking",
130+
"_ZN3std5panic",
131+
"ZN3std5panic",
132+
"std::panic",
130133
"_ZN4core9panicking",
131134
"ZN4core9panicking",
132135
"core::panicking",

0 commit comments

Comments
 (0)
Please sign in to comment.