-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Rustdoc: source links are missing #150059
Copy link
Copy link
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.
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.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The latest nightly version of the standard library docs does not seem to have source links any more:
https://doc.rust-lang.org/nightly/std/any/struct.TypeId.html#method.of
vs
https://doc.rust-lang.org/beta/std/any/struct.TypeId.html#method.of
I hope that's some kind of accident, I use these source links all the time to figure out where stuff is implemented. :)