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 fails on current nightly (1.74.0-nightly), due to known proc-macro2 issue #6

Closed
64kramsystem opened this issue Sep 18, 2023 · 2 comments

Comments

@64kramsystem
Copy link

On the current nightly (1.74.0-nightly), compilation fails with this error:

error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/saverio/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^

This issue is known and it has been solved in proc-macro2 v1.0.60, so I think the project should update the dependency.

@64kramsystem
Copy link
Author

64kramsystem commented Sep 18, 2023

I've noticed that this has been fixed in mrml-ruby's master (9e0e75e); it'd be convenient if a new version with that commit was released, but for reference, it can also be worked around by using an env variable export RUSTUP_TOOLCHAIN=stable).

@jonian
Copy link
Member

jonian commented Sep 18, 2023

Hi @64kramsystem, thanks for the report. I have released a new version.

@jonian jonian closed this as completed Sep 18, 2023
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

No branches or pull requests

2 participants