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

Broken with nightly #104

Open
sanxiyn opened this issue May 3, 2024 · 2 comments
Open

Broken with nightly #104

sanxiyn opened this issue May 3, 2024 · 2 comments
Assignees

Comments

@sanxiyn
Copy link

sanxiyn commented May 3, 2024

Compilation is broken with nightly.

$ cargo +nightly-2024-05-01 build
error[E0635]: unknown feature `proc_macro_span_shrink`
  --> /home/sanxiyn/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.58/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |                              ^^^^^^^^^^^^^^^^^^^^^^
@dcecile
Copy link

dcecile commented Dec 18, 2024

According to rust-lang/rust#113152, it needs an upgrade of the proc-macro2 crate

@PSeitz
Copy link
Contributor

PSeitz commented Dec 18, 2024

I couldn't reproduce with current nightly (2024-12-17) or stable (1.83.0 (90b35a623 2024-11-26)) on macos

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

3 participants