-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
syn
, quote
, and proc-macro2
to post-1.0 versions
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.
- Loading branch information
Showing
3 changed files
with
49 additions
and
75 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters