Closed
Description
I am using the latest stable version of rust to build this project. it stopped at here:
Compiling trust v0.1.0 (/home/brian/code/rust-tcp)
error[E0554]: #![feature]
may not be used on the stable release channel
--> src/lib.rs:1:1
|
1 | #![feature(duration_float)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
For more information about this error, try rustc --explain E0554
.
error: could not compile trust
it looks the nightly I am using doesn't support it anymore. which nightly should be used?
thanks!
Metadata
Metadata
Assignees
Labels
No labels