efyang / visualizers

A Rust audio visualizer for linux based on impulse
3 stars 0 forks source link

Doesn't compile on stable channel #4

Open JadedBlueEyes opened 6 years ago

JadedBlueEyes commented 6 years ago
error[E0554]: #![feature] may not be used on the stable release channel
 --> src\main.rs:2:1
  |
2 | #![feature(plugin, concat_idents)]
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^