File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ error[E0277]: `PhantomPinned` cannot be unpinned
57
57
note: required because it appears within the type `PhantomData<PhantomPinned>`
58
58
--> $RUST/core/src/marker.rs
59
59
|
60
- | pub struct PhantomData<T: ?Sized >;
60
+ | pub struct PhantomData<T: PointeeSized >;
61
61
| ^^^^^^^^^^^
62
62
note: required because it appears within the type `cxx::private::Opaque`
63
63
--> src/opaque.rs
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ note: required because it appears within the type `NotThreadSafe`
20
20
note: required because it appears within the type `PhantomData<[NotThreadSafe]>`
21
21
--> $RUST/core/src/marker.rs
22
22
|
23
- | pub struct PhantomData<T: ?Sized >;
23
+ | pub struct PhantomData<T: PointeeSized >;
24
24
| ^^^^^^^^^^^
25
25
note: required because it appears within the type `CxxVector<NotThreadSafe>`
26
26
--> src/cxx_vector.rs
You can’t perform that action at this time.
0 commit comments