Skip to content

Pin rustc version to nightly-2023-06-28#4

Merged
geky merged 1 commit intomasterfrom
pin-rustc-nightly
May 2, 2025
Merged

Pin rustc version to nightly-2023-06-28#4
geky merged 1 commit intomasterfrom
pin-rustc-nightly

Conversation

@geky
Copy link
Copy Markdown
Owner

@geky geky commented May 2, 2025

This avoids a weird "unknown feature proc_macro_span_shrink" error that occurs somewhere in the proc-macro2 crate.

I think this is the relevant issue:
dtolnay/proc-macro2#356

Pinning the exact compiler version seems like the only way to avoid this sort of dependency churn when using nightly features. This can be manually updated in the future, assuming related compilation errors are fixed.

This avoids a weird "unknown feature `proc_macro_span_shrink`" error
that occurs somewhere in the proc-macro2 crate.

I think this is the relevant issue:
dtolnay/proc-macro2#356

Pinning the exact compiler version seems like the only way to avoid
this sort of dependency churn when using nightly features. This can be
manually updated in the future, assuming related compilation errors are
fixed.
@geky geky mentioned this pull request May 2, 2025
@geky geky merged commit 586bf2d into master May 2, 2025
8 checks passed
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 this pull request may close these issues.

1 participant