-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
unknown feature proc_macro_span_shrink
#401
Comments
I have same issue in my project's CI run below, https://github.com/gftea/amqprs/actions/runs/5690927521/job/15426552955?pr=104
|
This looks like a duplicate of #398.
I think |
gftea
added a commit
to gftea/amqprs
that referenced
this issue
Jul 31, 2023
Repository owner
locked and limited conversation to collaborators
Nov 16, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm at a bit of a loss on this one. I'm using rustc 1.73.0-nightly with cargo-leptos to build a simple web stack, and I keep getting a compile error that is focusing on proc-macro2-1.0.59. This is so deep into the bowels of the compiler that I'm not even sure of which direction I should be looking. If I remove the crate from inside my .cargo/registry/src/index.crates.io... it reappears as soon as I try to build (which makes sense, but I can't trace what is calling for it to be installed), and if I try the "RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo build" command, I get an absolute ton of compile errors. Anybody got an idea on how to proceed?
The text was updated successfully, but these errors were encountered: