-
Notifications
You must be signed in to change notification settings - Fork 289
Update proc macro2 #455
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 macro2 #455
Conversation
08459ca
to
c67e48b
Compare
looks like the new rustfmt has different ideas regarding the style and there is something quite fishy going on windows and x86 but it is unrelated to this set. |
Unfortunately we're hit by a slew of bugs here:
|
I also don't know what's going on yet with Windows, that's just Linux :( |
Currently this causes bugs on nightly due to upstream rustc bugs, this should be temporary
Ok Windows looks back to "normal", I think this PR is now purely blocked on figuring out mergefunc |
Ok I've pushed a commit that will hopefully thwart mergefunc, let's see how it pans out. |
Alright, all green now! |
Update to the latest version of proc_macro2, quote and syn.