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
| unsafe fn send_message_id_error<A, E, R>(obj: T, sel: Sel, args: A) -> Result<R, Id<E>>
22
+
| --------------------- required by a bound in this associated function
23
+
| where
24
+
| *mut *mut E: Encode,
25
+
| ^^^^^^ required by this bound in `MsgSendId::send_message_id_error`
26
+
= note: this error originates in the macro `$crate::__msg_send_id_helper` which comes from the expansion of the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
| unsafe fn send_message_id_error<A, E, R>(obj: T, sel: Sel, args: A) -> Result<R, Id<E>>
22
+
| --------------------- required by a bound in this associated function
23
+
| where
24
+
| *mut *mut E: Encode,
25
+
| ^^^^^^ required by this bound in `MsgSendId::send_message_id_error`
26
+
= note: this error originates in the macro `$crate::__msg_send_id_helper` which comes from the expansion of the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
| ^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type for raw pointer `*mut _`
12
12
|
13
13
= note: multiple `impl`s satisfying `*mut _: RefEncode` found in the `objc2` crate:
14
14
- impl RefEncode for *mut c_void;
@@ -24,66 +24,3 @@ note: required by a bound in `send_message_error`
24
24
| *mut *mut E: Encode,
25
25
| ^^^^^^ required by this bound in `MsgSend::send_message_error`
26
26
= note: this error originates in the macro `$crate::__msg_send_helper` which comes from the expansion of the macro `msg_send` (in Nightly builds, run with -Z macro-backtrace for more info)
| unsafe fn send_message_id_error<A, E, R>(obj: T, sel: Sel, args: A) -> Result<R, Id<E>>
43
-
| --------------------- required by a bound in this associated function
44
-
| where
45
-
| *mut *mut E: Encode,
46
-
| ^^^^^^ required by this bound in `MsgSendId::send_message_id_error`
47
-
= note: this error originates in the macro `$crate::__msg_send_id_helper` which comes from the expansion of the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
| unsafe fn send_message_id_error<A, E, R>(obj: T, sel: Sel, args: A) -> Result<R, Id<E>>
64
-
| --------------------- required by a bound in this associated function
65
-
| where
66
-
| *mut *mut E: Encode,
67
-
| ^^^^^^ required by this bound in `MsgSendId::send_message_id_error`
68
-
= note: this error originates in the macro `$crate::__msg_send_id_helper` which comes from the expansion of the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
| unsafe fn send_message_id_error<A, E, R>(obj: T, sel: Sel, args: A) -> Result<R, Id<E>>
85
-
| --------------------- required by a bound in this associated function
86
-
| where
87
-
| *mut *mut E: Encode,
88
-
| ^^^^^^ required by this bound in `MsgSendId::send_message_id_error`
89
-
= note: this error originates in the macro `$crate::__msg_send_id_helper` which comes from the expansion of the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments