Skip to content
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

Nightly feature fails to build on 2018-05-28 nightly #95

Closed
dtolnay opened this issue May 29, 2018 · 0 comments
Closed

Nightly feature fails to build on 2018-05-28 nightly #95

dtolnay opened this issue May 29, 2018 · 0 comments
Assignees

Comments

@dtolnay
Copy link
Owner

dtolnay commented May 29, 2018

$ cargo build --features nightly

   Compiling unicode-xid v0.1.0
   Compiling proc-macro2 v0.4.3
error[E0599]: no function or associated item named `empty` found for type `proc_macro::TokenStream` in the current scope
  --> src/unstable.rs:45:34
   |
45 |             TokenStream::Nightly(proc_macro::TokenStream::empty())
   |                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `proc_macro::TokenStream`

rust-lang/rust#51073

@dtolnay dtolnay self-assigned this May 29, 2018
@dtolnay dtolnay changed the title Nightly feature fails to build on Nightly feature fails to build on 2018-05-28 nightly May 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant