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
If an error struct implements `error` by value and the struct is
incomparable, the previous implementation of `Is` would panic. This
patch fixes it.
Inspired from https://go-review.googlesource.com/c/go/+/175260
0 commit comments