Skip to content

proc_macro_span feature used on "stable" builds #1564

Closed
@Nemo157

Description

@Nemo157

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions