Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 03128f0

Browse files
committed
Fix failing tests due to newer rust nightly
1 parent e07fd87 commit 03128f0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/full_cases/log-0.3.4-0.3.8.linux

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warning: technically breaking changes in `<new::LogRecord<'a> as std::fmt::Debug
2323
|
2424
= note: trait impl generalized or newly added (technically breaking)
2525

26-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralEq>`
26+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::Eq>`
2727
--> log-0.3.8/src/lib.rs:552:10
2828
|
2929
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,7 +71,7 @@ warning: technically breaking changes in `<new::LogMetadata<'a> as std::fmt::Deb
7171
|
7272
= note: trait impl generalized or newly added (technically breaking)
7373

74-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralEq>`
74+
warning: technically breaking changes in `<new::LogLocation as std::cmp::Eq>`
7575
--> log-0.3.8/src/lib.rs:604:30
7676
|
7777
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

tests/full_cases/log-0.3.4-0.3.8.osx

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warning: technically breaking changes in `<new::LogRecord<'a> as std::fmt::Debug
2323
|
2424
= note: trait impl generalized or newly added (technically breaking)
2525

26-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralEq>`
26+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::Eq>`
2727
--> log-0.3.8/src/lib.rs:552:10
2828
|
2929
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,7 +71,7 @@ warning: technically breaking changes in `<new::LogMetadata<'a> as std::fmt::Deb
7171
|
7272
= note: trait impl generalized or newly added (technically breaking)
7373

74-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralEq>`
74+
warning: technically breaking changes in `<new::LogLocation as std::cmp::Eq>`
7575
--> log-0.3.8/src/lib.rs:604:30
7676
|
7777
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

tests/full_cases/log-0.3.4-0.3.8.windows_msvc

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ warning: technically breaking changes in `<new::LogRecord<'a> as std::fmt::Debug
2323
|
2424
= note: trait impl generalized or newly added (technically breaking)
2525

26-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralEq>`
26+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::Eq>`
2727
--> log-0.3.8\src\lib.rs:552:10
2828
|
2929
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,7 +71,7 @@ warning: technically breaking changes in `<new::LogMetadata<'a> as std::fmt::Deb
7171
|
7272
= note: trait impl generalized or newly added (technically breaking)
7373

74-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralEq>`
74+
warning: technically breaking changes in `<new::LogLocation as std::cmp::Eq>`
7575
--> log-0.3.8\src\lib.rs:604:30
7676
|
7777
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)