-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
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
When I click on the [src]
link of a function in the rendered documentation, if the function's line number is greater than 50000, the browser navigates to line 50000 instead of the proper location. I found the relevant code here:
rust/src/librustdoc/html/static/main.js
Line 165 in 3418d2f
to = Math.min(50000, parseInt(match[2] || match[1], 10)); |
What's the rationale behind this limitation? Can it be lifted?
Metadata
Metadata
Assignees
Labels
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.