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
// expected-warning@-1 {{automatically generated 'Hashable' implementation for type 'CustomEquatable' may not match the behavior of custom '==' operator}}
19
+
// expected-note@-2 {{add a custom 'hash(into:)' method}}
// expected-warning@-1 {{automatically generated 'Hashable' implementation for type 'ExtendedConformance' may not match the behavior of custom '==' operator}}
42
+
// expected-note@-2 {{add a custom 'hash(into:)' method}}
// expected-warning@-1 {{automatically generated 'Hashable' implementation for type 'DefaultedImplementation' may not match the behavior of custom '==' operator}}
59
+
// expected-note@-2 {{add a custom 'hash(into:)' method}}
// expected-warning@-1 {{automatically generated 'Hashable' implementation for type 'ConditionalImplementation' may not match the behavior of custom '==' operator}}
70
+
// expected-note@-2 {{add a custom 'hash(into:)' method}}
// expected-warning@-1 {{automatically generated 'Hashable' implementation for type 'ConditionalHashableImplementation' may not match the behavior of custom '==' operator}}
81
+
// expected-note@-2 {{add a custom 'hash(into:)' method}}
0 commit comments