11version bump: 1.0.0 -> (breaking) -> 2.0.0
2- error: breaking changes in `<std::vec::Vec<T, std::alloc::Global > as old::Abc>`
2+ error: breaking changes in `<std::vec::Vec<T> as old::Abc>`
33 --> trait_impls/old.rs:9:1
44 |
559 | impl<T> Abc for Vec<T> { }
@@ -19,15 +19,15 @@ error: breaking changes in `<old::Def as std::clone::Clone>`
1919 |
2020 = warning: trait impl specialized or removed (breaking)
2121
22- warning: technically breaking changes in `<std::boxed::Box<T, std::alloc::Global > as new::Abc>`
22+ warning: technically breaking changes in `<std::boxed::Box<T> as new::Abc>`
2323 --> trait_impls/new.rs:11:1
2424 |
252511 | impl<T: Clone> Abc for Box<T> { }
2626 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2727 |
2828 = note: trait impl generalized or newly added (technically breaking)
2929
30- warning: technically breaking changes in `<std::boxed::Box<new::Def, std::alloc::Global > as new::Abc>`
30+ warning: technically breaking changes in `<std::boxed::Box<new::Def> as new::Abc>`
3131 --> trait_impls/new.rs:13:1
3232 |
333313 | impl Abc for Box<Def> { }
@@ -51,5 +51,4 @@ warning: technically breaking changes in `<std::cell::Cell<(bool, T)> as new::Ab
5151 |
5252 = note: trait impl generalized or newly added (technically breaking)
5353
54- error: aborting due to 2 previous errors; 4 warnings emitted
55-
54+ error: aborting due to 2 previous errors; 4 warnings emitted
0 commit comments