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
= help: the following other types implement trait `MessageReceiver`:
110
110
&'a Id<T, O>
111
111
&'a mut Id<T, objc2::rc::Owned>
112
-
= note: required because of the requirements on the impl of `MsgSendId<Id<objc2::runtime::Object, Shared>, _, _>` for `RetainSemantics<false, false, false, true>`
112
+
= note: required for `RetainSemantics<false, false, false, true>` to implement `MsgSendId<Id<objc2::runtime::Object, Shared>, _, _>`
113
113
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: test-ui/ui/msg_send_id_invalid_return.stderr
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ error[E0277]: the trait bound `objc2::runtime::Class: Message` is not satisfied
30
30
NSException
31
31
NSMutableArray<T, O>
32
32
and 11 others
33
-
= note: required because of the requirements on the impl of `MsgSendId<&objc2::runtime::Class, objc2::runtime::Class, Shared>` for `RetainSemantics<true, false, false, false>`
33
+
= note: required for `RetainSemantics<true, false, false, false>` to implement `MsgSendId<&objc2::runtime::Class, objc2::runtime::Class, Shared>`
34
34
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
35
35
36
36
error[E0277]: the trait bound `objc2::runtime::Class: Message` is not satisfied
@@ -49,7 +49,7 @@ error[E0277]: the trait bound `objc2::runtime::Class: Message` is not satisfied
49
49
NSException
50
50
NSMutableArray<T, O>
51
51
and 11 others
52
-
= note: required because of the requirements on the impl of `MsgSendId<&objc2::runtime::Class, objc2::runtime::Class, Shared>` for `RetainSemantics<true, false, false, false>`
52
+
= note: required for `RetainSemantics<true, false, false, false>` to implement `MsgSendId<&objc2::runtime::Class, objc2::runtime::Class, Shared>`
53
53
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
54
54
55
55
error[E0277]: the trait bound `&objc2::runtime::Object: MaybeUnwrap<Allocated<_>, _>` is not satisfied
@@ -84,7 +84,7 @@ error[E0277]: the trait bound `objc2::runtime::Class: Message` is not satisfied
84
84
NSException
85
85
NSMutableArray<T, O>
86
86
and 11 others
87
-
= note: required because of the requirements on the impl of `MsgSendId<&objc2::runtime::Class, Allocated<objc2::runtime::Class>, Shared>` for `RetainSemantics<false, true, false, false>`
87
+
= note: required for `RetainSemantics<false, true, false, false>` to implement `MsgSendId<&objc2::runtime::Class, Allocated<objc2::runtime::Class>, Shared>`
88
88
= note: this error originates in the macro `msg_send_id` (in Nightly builds, run with -Z macro-backtrace for more info)
89
89
90
90
error[E0277]: the trait bound `Id<objc2::runtime::Object, Shared>: MaybeUnwrap<Allocated<_>, _>` is not satisfied
0 commit comments