You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn std::marker::Send + 'static)`
49
+
|
50
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
51
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
52
+
= note: `#[deny(order_dependent_trait_objects)]` on by default
53
+
54
+
Future breakage diagnostic:
55
+
error: conflicting implementations of trait `Foo` for type `(dyn std::marker::Send + std::marker::Sync + 'static)`: (E0119)
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
65
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
66
+
= note: `#[deny(order_dependent_trait_objects)]` on by default
67
+
68
+
Future breakage diagnostic:
69
+
error: conflicting implementations of trait `Foo` for type `(dyn std::marker::Send + std::marker::Sync + 'static)`: (E0119)
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
79
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
80
+
= note: `#[deny(order_dependent_trait_objects)]` on by default
warning: conflicting implementations of trait `Trait0` for type `(dyn std::marker::Send + 'static)`: (E0119)
71
+
--> $DIR/issue-33140-hack-boundaries.rs:10:1
72
+
|
73
+
LL | impl Trait0 for dyn Send {}
74
+
| ------------------------ first implementation here
75
+
LL | impl Trait0 for dyn Send {}
76
+
| ^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn std::marker::Send + 'static)`
77
+
|
78
+
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
79
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
53
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
54
+
note: the lint level is defined here
55
+
--> $DIR/issue-33140-traitobject-crate.rs:3:9
56
+
|
57
+
LL | #![warn(order_dependent_trait_objects)]
58
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59
+
60
+
Future breakage diagnostic:
61
+
warning: conflicting implementations of trait `Trait` for type `(dyn std::marker::Send + std::marker::Sync + 'static)`: (E0119)
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
71
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
72
+
note: the lint level is defined here
73
+
--> $DIR/issue-33140-traitobject-crate.rs:3:9
74
+
|
75
+
LL | #![warn(order_dependent_trait_objects)]
76
+
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
77
+
78
+
Future breakage diagnostic:
79
+
warning: conflicting implementations of trait `Trait` for type `(dyn std::marker::Send + std::marker::Sync + 'static)`: (E0119)
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
89
+
= note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484>
0 commit comments