error[E0554]: #![feature] may not be used on the stable release channel Couldn’t install racer using cargo

As the error message states, you cannot compile that code with stable Rust. You need to install nightly Rust and then use it to compile the program:

rustup install nightly
cargo +nightly install racer

See also:

  • How to execute cargo test using the nightly channel?
  • Is it possible to have multiple coexisting Rust installations?
  • Rocket requires a minimum version of Rust nightly, but a higher stable version is already installed

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)