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
{{ message }}
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.
The derive assumes a backtrace field to hold a failure::Backtrace.
The only sees tokens, so it can't check that the type of the field is something other than that.
I reckon there could be something like a #[fail(ignore)] attribute to enable this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test case to reproduce:
I suppose this is a common case of unhygienic procedural macros :)
The text was updated successfully, but these errors were encountered: