devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Rust 1.79.0 docs missing content / unsearchable / parsing error

Open virtual256 opened this issue 1 year ago • 0 comments

Documentation style bug

Summary

Rust docs contain many searchable elements like constants, functions, and traits. For instance the standard library contains std::f32::consts::PI.

The current version of the docs has a parsing bug, where that page (and most of the rest of the pages in the std crate) has the short name std::page, with the title Constant std::f32::consts::PICopy item path

I suspect that the rust docs added a button to copy the item path to clipboard and that is breaking the existing page scraping.

button tooltip

Actual style

image

Expected style

image

https://doc.rust-lang.org/stable/std/f32/consts/constant.PI.html

virtual256 avatar Jul 24 '24 21:07 virtual256