Open
Description
rust-analyzer generates documentation by running cargo doc --all --no-deps
in CI, but I've noticed that the resulting documentation doesn't have any clickable links, even to other workspace crates. Some investigation showed that I couldn't reproduce this behavior locally unless I pass -j1
to Cargo, which indicates that the behavior is nondeterministic.
In total, I've observed these 3 different results:
These were all generated from the same commit, rust-lang/rust-analyzer@761b127, using Rust 1.66.0. (the item is hir::Semantics::speculative_expand
)