nrc / derive-new

derive simple constructor functions for Rust structs
MIT License
525 stars 35 forks source link

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

Closed Arnavion closed 7 years ago

Arnavion commented 7 years ago
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