Skip to content

Fix compilation errors on latest nightly #1080

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

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

lopopolo
Copy link
Member

@lopopolo lopopolo commented Jul 2, 2023

proc-macro2 before 1.0.60 is incompatible with the latest nightly since an unstable feature conditionally used by proc-macro2 was renamed.

Fixed with a targeted cargo update:

$ cargo update --package proc-macro2
    Updating crates.io index
    Updating proc-macro2 v1.0.56 -> v1.0.63

See also:

`proc-macro2` before 1.0.60 is incompatible with the latest nightly
since an unstable feature conditionally used by `proc-macro2` was
renamed.

Fixed with a targeted `cargo update`:

```console
$ cargo update --package proc-macro2
    Updating crates.io index
    Updating proc-macro2 v1.0.56 -> v1.0.63
```

See also:

- rust-lang/rust#113152
- dtolnay/proc-macro2#391
- artichoke/artichoke#2619
@lopopolo lopopolo added the A-deps Area: Source and library dependencies. label Jul 2, 2023
@lopopolo lopopolo merged commit 04edbe7 into trunk Jul 2, 2023
@lopopolo lopopolo deleted the lopopolo/nightly-breakage-proc-macro2 branch July 2, 2023 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Source and library dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant