You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 fixesnrc#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 fixesnrc#14
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
The text was updated successfully, but these errors were encountered: