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 one of `const`, `crate`, `default`, `extern`, `fn`, `pub`, `type`, or `unsafe`, found `fn blah(?) { unimplemented!(); }`
expected one of 8 possible tokens here
What gives? Putting the attribute myself works but the macro has a weird failure.
The text was updated successfully, but these errors were encountered:
This generates the error:
What gives? Putting the attribute myself works but the macro has a weird failure.
The text was updated successfully, but these errors were encountered: