Skip to content

Update syn, quote, and proc-macro2 to post-1.0 versions#318

Open
Aaron1011 wants to merge 1 commit intocitahub:developfrom
Aaron1011:update-syn-quote-proc-macro2
Open

Update syn, quote, and proc-macro2 to post-1.0 versions#318
Aaron1011 wants to merge 1 commit intocitahub:developfrom
Aaron1011:update-syn-quote-proc-macro2

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.
@Aaron1011 Aaron1011 force-pushed the update-syn-quote-proc-macro2 branch from d67b022 to bc22ad6 Compare September 25, 2020 17:51
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