You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing the following error while trying to test the project (cargo test)
error[E0554]: #![feature] may not be used on the stable release channel
--> src/main.rs:4:1
|
4 | #![feature(box_syntax)]
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
Can't seem to build on beta, or stable, so it might be worth adding to the README some build instructions.
The text was updated successfully, but these errors were encountered:
Bujiraso
changed the title
cargo build fails on rust stable
cargo test fails on rust stable and beta
Jun 12, 2018
Hey Ricky,
I'm seeing the following error while trying to test the project (
cargo test
)Can't seem to build on beta, or stable, so it might be worth adding to the README some build instructions.
The text was updated successfully, but these errors were encountered: