devdocs
devdocs copied to clipboard
Rust 1.79.0 docs missing content / unsearchable / parsing error
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.
Actual style
Expected style
https://doc.rust-lang.org/stable/std/f32/consts/constant.PI.html