Skip to content

Commit

Permalink
Also ignore std::panic
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamakaky committed Feb 27, 2017
1 parent d0fe018 commit 52bed53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libstd/sys_common/backtrace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ fn filter_frames(frames: &[Frame],
"_ZN3std9panicking",
"ZN3std9panicking",
"std::panicking",
"_ZN3std5panic",
"ZN3std5panic",
"std::panic",
"_ZN4core9panicking",
"ZN4core9panicking",
"core::panicking",
Expand Down

0 comments on commit 52bed53

Please sign in to comment.