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

error[E0635]: unknown feature proc_macro_span_shrink #533

Open
cacilhas opened this issue Jul 3, 2023 · 1 comment
Open

error[E0635]: unknown feature proc_macro_span_shrink #533

cacilhas opened this issue Jul 3, 2023 · 1 comment

Comments

@cacilhas
Copy link

cacilhas commented Jul 3, 2023

  --> /home/cacilhas/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.59/src/lib.rs:92:30
   |
92 |     feature(proc_macro_span, proc_macro_span_shrink)
   |

Versions 0.2.18 until 0.3.26, stopped working in nightly 0.72.

@epage
Copy link
Contributor

epage commented Jul 3, 2023

Try updating your version of proc-macro2

cargo update -p proc-macro2

However, see also #525

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