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
= note: while pointers can be broken apart into individual bytes during const-evaluation, only complete pointers (with all their bytes in the right order) are supported in the final value
16
16
17
-
error: aborting due to 2 previous errors
17
+
error: encountered partial pointer in final value of constant
18
+
--> $DIR/ptr_fragments_in_final.rs:61:5
19
+
|
20
+
LL | const A: Thing = unsafe {
21
+
| ^^^^^^^^^^^^^^
22
+
|
23
+
= note: while pointers can be broken apart into individual bytes during const-evaluation, only complete pointers (with all their bytes in the right order) are supported in the final value
0 commit comments