@@ -5,7 +5,7 @@ LL | x as _
5
5
| ^^^^^^
6
6
|
7
7
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
8
- = note: for more information, see issue #125289 <https://github.com/rust-lang/rust/issues/125289 >
8
+ = note: for more information, see issue #127323 <https://github.com/rust-lang/rust/issues/127323 >
9
9
= note: `#[warn(ptr_cast_add_auto_to_object)]` on by default
10
10
11
11
warning: adding auto traits `Sync`, `Send`, and `Unpin` to a trait object in a pointer cast may cause UB later on
@@ -15,7 +15,7 @@ LL | x as _
15
15
| ^^^^^^
16
16
|
17
17
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
18
- = note: for more information, see issue #125289 <https://github.com/rust-lang/rust/issues/125289 >
18
+ = note: for more information, see issue #127323 <https://github.com/rust-lang/rust/issues/127323 >
19
19
20
20
warning: 2 warnings emitted
21
21
@@ -27,7 +27,7 @@ LL | x as _
27
27
| ^^^^^^
28
28
|
29
29
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
30
- = note: for more information, see issue #125289 <https://github.com/rust-lang/rust/issues/125289 >
30
+ = note: for more information, see issue #127323 <https://github.com/rust-lang/rust/issues/127323 >
31
31
= note: `#[warn(ptr_cast_add_auto_to_object)]` on by default
32
32
33
33
Future breakage diagnostic:
@@ -38,6 +38,6 @@ LL | x as _
38
38
| ^^^^^^
39
39
|
40
40
= warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
41
- = note: for more information, see issue #125289 <https://github.com/rust-lang/rust/issues/125289 >
41
+ = note: for more information, see issue #127323 <https://github.com/rust-lang/rust/issues/127323 >
42
42
= note: `#[warn(ptr_cast_add_auto_to_object)]` on by default
43
43
0 commit comments