-
Notifications
You must be signed in to change notification settings - Fork 641
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
proc_macro_span
feature used on "stable" builds
#1564
Comments
Merged
I think we can use |
@taiki-e great idea, I’ll open a PR in a bit. |
#1565 added that workaround, leaving this open till we hear back about |
proc_macro_span
feature used on "stable" builds
(We probably can remove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: