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
I'll look into this when I'm on my laptop, but aftet quick look at the source code there, I see absolutely nothing wrong with how I've implemented that macro.
If this is in fact a regression that isn't on me, I'll file an issue on rust-land/rust pointing to this.
Looking at that issue, it appears as though it was an issue with proc macro hack, which has been fixed.
I believe the solution to this is to run cargo update, which will pull in the appropriate version of proc macro hack. If that doesn't work, let me know, and I'll see if publishing a new version myself helps.
Uh oh!
There was an error while loading. Please reload this page.
I just started seeing a compilation error in
time-macros-impl
v0.1.1
when using the latest Rust nightly, which I'm using in ffsend-api.This may just be a temporary nightly regression, I'm not sure. I figured it'll be useful to track this here anyway.
Here's the Rust version that was used:
Here is the error that comes up:
See the error on the bottom of this CI log here:
https://gitlab.com/timvisee/ffsend-api/-/jobs/566079187#L735
The text was updated successfully, but these errors were encountered: