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
Building the docs in the root of tokio panics with this message:
❯ RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
thread 'main' panicked at 'no entry found for key', src/tools/cargo/src/cargo/ops/cargo_compile.rs:1638:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
If you go into one of the subdirectories it works:
~/dev/tokio
❯ cd tokio
~/dev/tokio/tokio
❯ RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features
Finished dev [unoptimized + debuginfo] target(s) in 0.12s
Building the docs in the root of tokio panics with this message:
If you go into one of the subdirectories it works:
Feels like a bug in rustdoc.
Meta
rustup show
:Backtrace
cc @Darksonn
The text was updated successfully, but these errors were encountered: