-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
I tried this code on the stable channel:
pub fn f() -> bool {
true
}
I expected to see this happen: Rustdoc links bool to https://doc.rust-lang.org/std/primitive.bool.html
Instead, this happened: Rustdoc links bool to https://doc.rust-lang.org/nightly/std/primitive.bool.html
This also affects intra-doc links.
Meta
rustdoc --version
: rustdoc 1.47.0 (18bf6b4f0 2020-10-07)
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.