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
On the latest rustc (1.35.0-nightly (e782d79 2019-03-29)) and cargo (1.35.0-nightly (0e35bd8af 2019-03-13)), creating a new blank project on my x86_64 Void Linux using cargo init, and then adding the following dependency:
[dependencies]
nix = "0.13.0"
Produces the following error when cargo doc is ran:
On the latest rustc (1.35.0-nightly (e782d79 2019-03-29)) and cargo (1.35.0-nightly (0e35bd8af 2019-03-13)), creating a new blank project on my x86_64 Void Linux using
cargo init
, and then adding the following dependency:Produces the following error when
cargo doc
is ran:Unfortunately, using
RUST_BACKTRACE=1 cargo doc
doesn't change the error output.The text was updated successfully, but these errors were encountered: