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

Update proc-macro to fix build #10

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Update proc-macro to fix build #10

merged 1 commit into from
Feb 16, 2024

Conversation

HaoranYi
Copy link
Contributor

@HaoranYi HaoranYi commented Feb 16, 2024

It looks like cargo build is not happy with proc-macro2 1.0.56 any more.

error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro`
   --> /home/sol/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.56/src/wrapper.rs:475:33
    |
475 |                 let proc_macro::LineColumn { line, column } = s.start();
    |                                 ^^^^^^^^^^ not found in `proc_macro`
    |
help: consider importing this struct through its public re-export

Update to proc-macro2 1.0.78 to fix the build.

@mvines
Copy link
Owner

mvines commented Feb 16, 2024

Strange, builds fine for me even without this PR. But if bumping proc-macro helps 4u, that's good enough for me. Thanks for the fix

@mvines mvines merged commit 201e4b1 into mvines:master Feb 16, 2024
1 check 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.

2 participants