Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d8affc4

Browse files
committed
error: derive PartialEq
This is necessary as preparation for the integration test.
1 parent 078e6a5 commit d8affc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/result/error.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use core::fmt::Debug;
33

44
/// Errors emitted from UEFI entry point must propagate erronerous UEFI statuses,
55
/// and may optionally propagate additional entry point-specific data.
6-
#[derive(Debug)]
6+
#[derive(Debug,PartialEq,Eq)]
77
pub struct Error<Data: Debug = ()> {
88
status: Status,
99
data: Data,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /