You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rustbot
added
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Apr 30, 2025
Code
The rustdoc "Copy item path to clipboard" button does the wrong thing.
Here: https://doc.rust-lang.org/stable/std/sync/atomic/struct.AtomicU64.html
I expected to see this happen:
std::sync::atomic::AtomicU64
get copied to the clipboardInstead, this happened:
std::sync::atomic - Rust::AtomicU64
was copied to the clipboardVersion it worked on
It most recently worked on: Not sure, must have been working a couple months ago?
Version with regression
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: