btwiuse/cargo-docs

Seems to (accidentally?) depend on nightly

paulvt opened this issue · 1 comments

Great tool; t solves a long-standing open issue in rustdoc :)
It seems that it depends on the nightly compiler though. This is not really documented.
Maybe it is by accident?

$ cargo install cargo-docs
    Updating crates.io index
  Downloaded cargo-docs v0.1.19
  Downloaded 1 crate (20.3 KB) in 0.43s
  Installing cargo-docs v0.1.19
  ...
   Compiling dump v0.1.1
error[E0554]: `#![feature]` may not be used on the stable release channel
 --> [snip]/.cargo/registry/src/github.com-1ecc6299db9ec823/dump-0.1.1/src/lib.rs:1:12
  |
1 | #![feature(core_intrinsics)]
  |      

Thanks for reporting. Please try cargo +stable install cargo-docs, it should be working now : )