We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2023ac commit fb80e6cCopy full SHA for fb80e6c
src/libstd/backtrace.rs
@@ -113,7 +113,7 @@ pub struct Backtrace {
113
/// The current status of a backtrace, indicating whether it was captured or
114
/// whether it is empty for some other reason.
115
#[non_exhaustive]
116
-#[derive(Debug)]
+#[derive(Debug, PartialEq, Eq)]
117
pub enum BacktraceStatus {
118
/// Capturing a backtrace is not supported, likely because it's not
119
/// implemented for the current platform.
0 commit comments