Skip to content
New issue

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

Build broken on nightly #90

Closed
lann opened this issue Sep 18, 2023 · 1 comment
Closed

Build broken on nightly #90

lann opened this issue Sep 18, 2023 · 1 comment

Comments

@lann
Copy link
Collaborator

lann commented Sep 18, 2023

Ran into this accidentally while trying to fix the same (?) problem with cloud-start:

error[E0635]: unknown feature `proc_macro_span_shrink`

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 fixing cloud-start.

@itowlson
Copy link
Contributor

Fixed via #93 and #98.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants