@@ -13,7 +13,7 @@ note: lint level defined here
13
13
LL | #![deny(order_dependent_trait_objects)]
14
14
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15
15
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
16
- = note: for more information, see issue #33140 <https://github.com/rust-lang/rust/issues/33140 >
16
+ = note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484 >
17
17
18
18
error: conflicting implementations of trait `Trait2` for type `(dyn std::marker::Send + std::marker::Sync + 'static)`: (E0119)
19
19
--> $DIR/issue-33140.rs:35:1
@@ -25,7 +25,7 @@ LL | impl Trait2 for dyn Sync + Send + Sync {
25
25
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `(dyn std::marker::Send + std::marker::Sync + 'static)`
26
26
|
27
27
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
28
- = note: for more information, see issue #33140 <https://github.com/rust-lang/rust/issues/33140 >
28
+ = note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484 >
29
29
30
30
error: duplicate definitions with name `abc` (E0592)
31
31
--> $DIR/issue-33140.rs:43:5
@@ -42,7 +42,7 @@ LL | | }
42
42
| |_____- other definition for `abc`
43
43
|
44
44
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
45
- = note: for more information, see issue #33140 <https://github.com/rust-lang/rust/issues/33140 >
45
+ = note: for more information, see issue #56484 <https://github.com/rust-lang/rust/issues/56484 >
46
46
47
47
error: aborting due to 3 previous errors
48
48
0 commit comments