Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo test fails on rust stable and beta #1

Closed
Bujiraso opened this issue Jun 12, 2018 · 2 comments
Closed

cargo test fails on rust stable and beta #1

Bujiraso opened this issue Jun 12, 2018 · 2 comments

Comments

@Bujiraso
Copy link

Bujiraso commented Jun 12, 2018

Hey Ricky,

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.

@Bujiraso Bujiraso changed the title cargo build fails on rust stable cargo test fails on rust stable and beta Jun 12, 2018
@0b01
Copy link
Owner

0b01 commented Jun 12, 2018

You should be able to build it on nightly.

@0b01 0b01 closed this as completed Jun 12, 2018
@Bujiraso
Copy link
Author

Yes, I didn't realize that #2 was not a Rust failure.
Might be worth putting a note in the README but I'll leave it to you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants