Closed
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
What's the rationale behind this limitation? Can it be lifted?