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'm having the exact same issue with a lot of my projects. It's due to crates using an outdated version of proc-macro2. Most use 0.3.8 but the issues are fixed on the latest. I think the solution is a whole lot of PRs with the latest version, but its hard to replicate locally (each broken crate requires cloning then making dependancies point to a local directory).
The text was updated successfully, but these errors were encountered:
Yeah, I see the failed daily build all the time :). I had a look at fixing the cortex-m-rtfm-macros crate which is where I think the error lies but gave up. I'm kinda just sitting around waiting for @japaric to fix it ;)
Uh oh!
There was an error while loading. Please reload this page.
I'm having the exact same issue with a lot of my projects. It's due to crates using an outdated version of
proc-macro2
. Most use 0.3.8 but the issues are fixed on the latest. I think the solution is a whole lot of PRs with the latest version, but its hard to replicate locally (each broken crate requires cloning then making dependancies point to a local directory).The text was updated successfully, but these errors were encountered: