We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497c5a0 commit 3234604Copy full SHA for 3234604
src/result/error.rs
@@ -3,7 +3,7 @@ use core::fmt::Debug;
3
4
/// Errors emitted from UEFI entry point must propagate erronerous UEFI statuses,
5
/// and may optionally propagate additional entry point-specific data.
6
-#[derive(Debug)]
+#[derive(Debug, PartialEq, Eq)]
7
pub struct Error<Data: Debug = ()> {
8
status: Status,
9
data: Data,
0 commit comments