Skip to content

Commit 7b1387f

Browse files
committed
...and bless relevant log test snapshots
1 parent db38b10 commit 7b1387f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

tests/full_cases/log-0.3.4-0.3.8.linux

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ 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)]
3030
| ^^
3131
|
3232
= note: trait impl generalized or newly added (technically breaking)
3333

34-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralPartialEq>`
34+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::PartialEq>`
3535
--> log-0.3.8/src/lib.rs:552:14
3636
|
3737
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,15 +71,15 @@ 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)]
7878
| ^^
7979
|
8080
= note: trait impl generalized or newly added (technically breaking)
8181

82-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralPartialEq>`
82+
warning: technically breaking changes in `<new::LogLocation as std::cmp::PartialEq>`
8383
--> log-0.3.8/src/lib.rs:604:34
8484
|
8585
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

tests/full_cases/log-0.3.4-0.3.8.osx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ 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)]
3030
| ^^
3131
|
3232
= note: trait impl generalized or newly added (technically breaking)
3333

34-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralPartialEq>`
34+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::PartialEq>`
3535
--> log-0.3.8/src/lib.rs:552:14
3636
|
3737
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,15 +71,15 @@ 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)]
7878
| ^^
7979
|
8080
= note: trait impl generalized or newly added (technically breaking)
8181

82-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralPartialEq>`
82+
warning: technically breaking changes in `<new::LogLocation as std::cmp::PartialEq>`
8383
--> log-0.3.8/src/lib.rs:604:34
8484
|
8585
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

tests/full_cases/log-0.3.4-0.3.8.windows_msvc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ 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)]
3030
| ^^
3131
|
3232
= note: trait impl generalized or newly added (technically breaking)
3333

34-
warning: technically breaking changes in `<new::LogMetadata<'a> as std::marker::StructuralPartialEq>`
34+
warning: technically breaking changes in `<new::LogMetadata<'a> as std::cmp::PartialEq>`
3535
--> log-0.3.8\src\lib.rs:552:14
3636
|
3737
552 | #[derive(Eq, PartialEq, Ord, PartialOrd, Hash, Debug)]
@@ -71,15 +71,15 @@ 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)]
7878
| ^^
7979
|
8080
= note: trait impl generalized or newly added (technically breaking)
8181

82-
warning: technically breaking changes in `<new::LogLocation as std::marker::StructuralPartialEq>`
82+
warning: technically breaking changes in `<new::LogLocation as std::cmp::PartialEq>`
8383
--> log-0.3.8\src\lib.rs:604:34
8484
|
8585
604 | #[derive(Copy, Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)