We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ran into this accidentally while trying to fix the same (?) problem with cloud-start:
cloud-start
error[E0635]: unknown feature `proc_macro_span_shrink`
Seems to be this bug in proc-macro2: dtolnay/proc-macro2#398
proc-macro2
...but cargo update -p proc-macro2 causes a whole host of other errors, so it looks like fixing this one might be harder than fixing cloud-start.
cargo update -p proc-macro2
The text was updated successfully, but these errors were encountered:
Fixed via #93 and #98.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Ran into this accidentally while trying to fix the same (?) problem with
cloud-start
:Seems to be this bug in
proc-macro2
: dtolnay/proc-macro2#398...but
cargo update -p proc-macro2
causes a whole host of other errors, so it looks like fixing this one might be harder than fixingcloud-start
.The text was updated successfully, but these errors were encountered: