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
<anon>:6:5: 6:26 error: the trait `core::fmt::Show` is not implemented for the type `NotDebug` [E0277]
<anon>:6 other_thing: NotDebug
^~~~~~~~~~~~~~~~~~~~~
note: in expansion of #[derive]
<anon>:3:1: 3:17 note: expansion site
error: aborting due to previous error
I would think that it should at least reference core::fmt::Debug instead. I'd tackle this myself but I'm afraid I don't know where to start looking.