nivekuil/rip

Can't compile with new nightly

pwoolcoc opened this issue · 2 comments

$ 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.

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.

thanks!