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
Copy file name to clipboardExpand all lines: crates/test-ui/ui/declare_class_invalid_type.stderr
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -99,10 +99,10 @@ note: required by a bound in `ConvertArgument`
99
99
| ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConvertArgument`
100
100
= note: `ConvertArgument` is a "sealed trait", because to implement it you also need to implement `objc2::__macro_helpers::convert::argument_private::Sealed`, which is not accessible; this is usually done to force you to use one of the provided types that already implement it
= note: this error originates in the macro `$crate::__declare_class_rewrite_params` which comes from the expansion of the macro `declare_class` (in Nightly builds, run with -Z macro-backtrace for more info)
@@ -138,10 +138,10 @@ note: required by a bound in `ConvertArgument`
138
138
| ^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ConvertArgument`
139
139
= note: `ConvertArgument` is a "sealed trait", because to implement it you also need to implement `objc2::__macro_helpers::convert::argument_private::Sealed`, which is not accessible; this is usually done to force you to use one of the provided types that already implement it
= note: this error originates in the macro `$crate::__declare_class_rewrite_params` which comes from the expansion of the macro `declare_class` (in Nightly builds, run with -Z macro-backtrace for more info)
Copy file name to clipboardExpand all lines: crates/test-ui/ui/mutability_traits_unimplementable2.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ note: required by a bound in `IsIdCloneable`
16
16
| ^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `IsIdCloneable`
17
17
= note: `IsIdCloneable` is a "sealed trait", because to implement it you also need to implement `objc2::mutability::private_traits::Sealed`, which is not accessible; this is usually done to force you to use one of the provided types that already implement it
18
18
= help: the following types implement the trait:
19
-
objc2::runtime::ProtocolObject<P>
20
19
objc2::runtime::AnyObject
20
+
objc2::runtime::ProtocolObject<P>
21
21
T
22
22
23
23
error[E0277]: the trait bound `CustomStruct: ClassType` is not satisfied
0 commit comments