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
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<Id<objc2::runtime::Object, Shared>>` is not implemented for `Option<Id<Allocated<_>, _>>`
68
+
|
69
+
= help: the following other types implement trait `From<T>`:
70
+
<Option<&'a T> as From<&'a Option<T>>>
71
+
<Option<&'a mut T> as From<&'a mut Option<T>>>
72
+
<Option<T> as From<T>>
73
+
= note: required because of the requirements on the impl of `Into<Option<Id<Allocated<_>, _>>>` for `Id<objc2::runtime::Object, Shared>`
74
+
= note: required because of the requirements on the impl of `MsgSendId<Id<objc2::runtime::Object, Shared>, Id<_, _>>` for `Assert<false, false, true, false>`
75
+
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
76
+
77
+
error[E0277]: the trait bound `Option<Id<Allocated<_>, _>>: From<Option<Id<objc2::runtime::Object, Shared>>>` is not satisfied
| ^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<Option<Id<objc2::runtime::Object, Shared>>>` is not implemented for `Option<Id<Allocated<_>, _>>`
82
+
|
83
+
= help: the following other types implement trait `From<T>`:
84
+
<Option<&'a T> as From<&'a Option<T>>>
85
+
<Option<&'a mut T> as From<&'a mut Option<T>>>
86
+
<Option<T> as From<T>>
87
+
= note: required because of the requirements on the impl of `Into<Option<Id<Allocated<_>, _>>>` for `Option<Id<objc2::runtime::Object, Shared>>`
88
+
= note: required because of the requirements on the impl of `MsgSendId<Option<Id<objc2::runtime::Object, Shared>>, Id<_, _>>` for `Assert<false, false, true, false>`
89
+
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
90
+
63
91
error[E0277]: the trait bound `Id<objc2::runtime::Object, Shared>: MessageReceiver` is not satisfied
0 commit comments