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
qrilka opened this issue
Dec 30, 2020
· 5 comments
· Fixed by #82040
Labels
C-bugCategory: This is a bug.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
It'd require to add a test to prevent the regression (in src/test/rustdoc). I'll mark the issue as E-medium because it might require to extend those tests to be able to check directly on std docs.
GuillaumeGomez
added
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
labels
Jan 3, 2021
C-bugCategory: This is a bug.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
I was looking into https://doc.rust-lang.org/std/iter/trait.Iterator.html trying to find source code for the
zip
methodI expected to see "src" with a link to the function source code.
Instead, there appear to be no such link and other methods (even
next
!) of this trait also lack source code links.The text was updated successfully, but these errors were encountered: