You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the changes from #1555 we are now attempting to build with something equivalent to what will be the 1.36 compiler. Unfortunately rust-lang/rust#60289 has revealed that proc-macro2 is using an unstable feature when it's built on nightly, which has broken those CI builds.
I've opened dtolnay/proc-macro2#175 to see if we can get a way to disable that feature in proc-macro2, but if we can't do that soon I'll probably revert the Travis changes from #1555 until it happens.