@@ -7,7 +7,7 @@ error[E0277]: `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
7
7
= help: within `objc2::runtime::Object`, the trait `Sync` is not implemented for `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
8
8
= note: required because it appears within the type `objc_object`
9
9
= note: required because it appears within the type `objc2::runtime::Object`
10
- = note: required because of the requirements on the impl of `Sync` for `NSArray<objc2::runtime::Object, Shared >`
10
+ = note: required because of the requirements on the impl of `Sync` for `NSArray<objc2::runtime::Object>`
11
11
note: required by a bound in `needs_sync`
12
12
--> ui/nsarray_bound_not_send_sync.rs
13
13
|
@@ -26,7 +26,7 @@ error[E0277]: `*const UnsafeCell<()>` cannot be sent between threads safely
26
26
= note: required because it appears within the type `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
27
27
= note: required because it appears within the type `objc_object`
28
28
= note: required because it appears within the type `objc2::runtime::Object`
29
- = note: required because of the requirements on the impl of `Sync` for `NSArray<objc2::runtime::Object, Shared >`
29
+ = note: required because of the requirements on the impl of `Sync` for `NSArray<objc2::runtime::Object>`
30
30
note: required by a bound in `needs_sync`
31
31
--> ui/nsarray_bound_not_send_sync.rs
32
32
|
@@ -42,7 +42,7 @@ error[E0277]: `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
42
42
= help: within `objc2::runtime::Object`, the trait `Sync` is not implemented for `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
43
43
= note: required because it appears within the type `objc_object`
44
44
= note: required because it appears within the type `objc2::runtime::Object`
45
- = note: required because of the requirements on the impl of `Send` for `NSArray<objc2::runtime::Object, Shared >`
45
+ = note: required because of the requirements on the impl of `Send` for `NSArray<objc2::runtime::Object>`
46
46
note: required by a bound in `needs_send`
47
47
--> ui/nsarray_bound_not_send_sync.rs
48
48
|
@@ -61,7 +61,7 @@ error[E0277]: `*const UnsafeCell<()>` cannot be sent between threads safely
61
61
= note: required because it appears within the type `UnsafeCell<PhantomData<(*const UnsafeCell<()>, PhantomPinned)>>`
62
62
= note: required because it appears within the type `objc_object`
63
63
= note: required because it appears within the type `objc2::runtime::Object`
64
- = note: required because of the requirements on the impl of `Send` for `NSArray<objc2::runtime::Object, Shared >`
64
+ = note: required because of the requirements on the impl of `Send` for `NSArray<objc2::runtime::Object>`
65
65
note: required by a bound in `needs_send`
66
66
--> ui/nsarray_bound_not_send_sync.rs
67
67
|
0 commit comments