fu5ha / nano-rs

An implementation of Nano in Rust using Tokio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error[E0554]: #![feature] may not be used on the stable release channel

arden opened this issue · comments

commented

cargo run --release

error[E0554]: #![feature] may not be used on the stable release channel
 --> nano-lib-rs/src/lib.rs:2:1
  |
2 | #![feature(i128_type)]
  | ^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

error: Could not compile `nano-lib-rs`.

To learn more, run the command again with --verbose.

Fixed in commit 9bb7841