efyang / visualizers

A Rust audio visualizer for linux based on impulse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't compile on stable channel

JadedBlueEyes opened this issue · comments

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