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

Can't compile with new nightly #9

Closed
pwoolcoc opened this issue Dec 24, 2018 · 2 comments
Closed

Can't compile with new nightly #9

pwoolcoc opened this issue Dec 24, 2018 · 2 comments

Comments

@pwoolcoc
Copy link

$ rustc +nightly --version
rustc 1.32.0-nightly (14997d56a 2018-12-05)
$ cargo +nightly install rm-improved
    Updating crates.io index
  Installing rm-improved v0.11.4
   Compiling libc v0.2.45
   ...more "Compiling" lines
   Compiling error-chain v0.8.1
   Compiling rm-improved v0.11.4
error[E0463]: can't find crate for `alloc_system`
 --> /home/paul/.cargo/registry/src/github.com-1ecc6299db9ec823/rm-improved-0.11.4/src/main.rs:5:1
  |
5 | extern crate alloc_system;
  | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate

error: aborting due to previous error

For more information about this error, try `rustc --explain E0463`.
error: failed to compile `rm-improved v0.11.4`, intermediate artifacts can be found at `/tmp/cargo-installVQRbyH`

Caused by:
  Could not compile `rm-improved`.

To learn more, run the command again with --verbose.
@nivekuil
Copy link
Owner

Hey, thanks for using rip, and thanks for pointing this out :) There's actually no reason to use nightly features now so as of c416dd9 rip should build on stable.

@pwoolcoc
Copy link
Author

thanks!

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