rustdoc pub trait definition source #84825
Labels
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
e.g., the Hasher trait definition source, when expanded, contains "pub" in front of each function. This is not valid Rust, so likely is a bug somewhere.
Appears to have been a regression introduced between 1.49.0 and 1.50.0, based on the Hasher trait docs - https://doc.rust-lang.org/1.50.0/std/hash/trait.Hasher.html.
The text was updated successfully, but these errors were encountered: