“Copy item path to clipboard” button gives wrong string for modules #131021
Labels
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
Compare e..g https://doc.rust-lang.org/1.81.0/std/boxed/index.html, where the button correctly produces
std::boxed
in the clipboard,with https://doc.rust-lang.org/nightly/std/boxed/index.html, where it currently gives me
std::std::boxed
instead!I would guess, this is a change that came with the redesign in #129545, though I haven’t checked to confirm that.
This only happen with modules; things like structs, macros, type synonyms… als seem to work correctly.
cc @GuillaumeGomez, @notriddle
@rustbot label +T-rustdoc +T-rustdoc-frontend +A-rustdoc-ui
The text was updated successfully, but these errors were encountered: