-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.T-docsTopic: documentationTopic: documentation
Description
Version
1.7.1
Platform
- GitHub Actions running Ubuntu latest
- Ubuntu 20.04.2 LTS
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
Metadata
Metadata
Assignees
Labels
A-tokioArea: The main tokio crateArea: The main tokio crateC-bugCategory: This is a bug.Category: This is a bug.T-docsTopic: documentationTopic: documentation