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 syn, quote, and proc-macro2 to post-1.0 versions #318

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Aaron1011
Copy link

This crate will currently stop compiling once PR rust-lang/rust#76130
(a bugfix to the Rust compiler) is merged, due to the fact than old
version of syn is in use. Newer versions of syn can parse the
TokenStream passed by newer versions of rustc, allowing this crate to
compile under both older and newer versions of rustc.

This crate will currently stop compiling once PR rust-lang/rust#76130
(a bugfix to the Rust compiler) is merged, due to the fact than old
version of `syn` is in use. Newer versions of `syn` can parse the
`TokenStream` passed by newer versions of rustc, allowing this crate to
compile under both older and newer versions of rustc.
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