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

proc_macro, proc_macro_lib features need to be removed to work in beta #14

Closed
Arnavion opened this issue Jan 30, 2017 · 0 comments · Fixed by #15
Closed

proc_macro, proc_macro_lib features need to be removed to work in beta #14

Arnavion opened this issue Jan 30, 2017 · 0 comments · Fixed by #15

Comments

@Arnavion
Copy link
Contributor

error[E0554]: #[feature] may not be used on the beta release channel
 --> C:\Users\Arnavion\.cargo\registry\src\github.com-1ecc6299db9ec823\derive-new-0.3.0\src\lib.rs:2:1
  |
2 | #![feature(proc_macro, proc_macro_lib)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error
Keruspe added a commit to Keruspe/derive-new that referenced this issue Feb 1, 2017
proc_macro is stable in current beta and nightly and will be stable
in 1.15.0 released tomorrow.
Dropping this will allow us to build with rust stable once it's released.

Also fixes nrc#14

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Keruspe added a commit to Keruspe/derive-new that referenced this issue Feb 1, 2017
proc_macro is stable in current beta and nightly and will be stable
in 1.15.0 released tomorrow.
Dropping this will allow us to build with rust stable once it's released.

Also fixes nrc#14

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
@nrc nrc closed this as completed in #15 Feb 1, 2017
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

Successfully merging a pull request may close this issue.

1 participant