We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 +nightly doc
Version 1.7.1
Platform
Description We're currently running into an issue trying to test our documentation build: https://github.com/informalsystems/tendermint-rs/pull/910/checks?check_run_id=2878946357
It appears as though it's due to the new named pipe code introduced in #3760, specifically the code in tokio/src/net/windows/named_pipe.rs
tokio/src/net/windows/named_pipe.rs
The command to run to reproduce this problem locally on our side (from Ubuntu) is:
RUSTFLAGS="--cfg docsrs" cargo +nightly doc --all-features
The text was updated successfully, but these errors were encountered:
The correct command is:
RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
Sorry, something went wrong.
Excellent, thanks @Darksonn! That fixed it.
udoprog
No branches or pull requests
Version
1.7.1
Platform
Description
We're currently running into an issue trying to test our documentation build: https://github.com/informalsystems/tendermint-rs/pull/910/checks?check_run_id=2878946357
It appears as though it's due to the new named pipe code introduced in #3760, specifically the code in
tokio/src/net/windows/named_pipe.rs
The command to run to reproduce this problem locally on our side (from Ubuntu) is:
RUSTFLAGS="--cfg docsrs" cargo +nightly doc --all-features
The text was updated successfully, but these errors were encountered: