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

rocket_contrib 0.3.9 fails to build on latest nightly 2018-05-03 #632

Closed
berkus opened this issue May 4, 2018 · 2 comments
Closed

rocket_contrib 0.3.9 fails to build on latest nightly 2018-05-03 #632

berkus opened this issue May 4, 2018 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@berkus
Copy link

berkus commented May 4, 2018

   Compiling rocket_contrib v0.3.9
error[E0557]: feature has been removed
 --> /Users/skarchebnyy/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_contrib-0.3.9/src/lib.rs:1:12
  |
1 | #![feature(macro_reexport)]
  |            ^^^^^^^^^^^^^^
  |
note: subsumed by `#![feature(use_extern_macros)]` and `pub use`
 --> /Users/skarchebnyy/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_contrib-0.3.9/src/lib.rs:1:12
  |
1 | #![feature(macro_reexport)]
  |            ^^^^^^^^^^^^^^

error[E0658]: The attribute `macro_reexport` is currently unknown to the compiler and may have meaning added to it in the future (see issue #29642)
  --> /Users/skarchebnyy/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_contrib-0.3.9/src/lib.rs:47:30
   |
47 | #[cfg_attr(feature = "json", macro_reexport(json_internal))]
   |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: add #![feature(custom_attribute)] to the crate attributes to enable

error: aborting due to 2 previous errors
@berkus berkus changed the title rocket_contrib 0.3.9 fails to build on latest nightly rocket_contrib 0.3.9 fails to build on latest nightly 2018-05-03 May 4, 2018
@maxdeviant
Copy link
Contributor

This is fixed by #624.

@SergioBenitez
Copy link
Member

Duplicate of #626.

@SergioBenitez SergioBenitez added the duplicate This issue or pull request already exists label May 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants