rustdoc renders stability attribute for trait implementations on type pages, but not trait pages #80777
Labels
A-stability
Area: `#[stable]`, `#[unstable]` etc.
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
For example,
impl BitOr<NonZeroU128> for NonZeroU128
being stable since 1.45.0 is visible on the page forNonZeroU128
:but not on the page for
BitOr
:(also the latter doesn't have
BitOr
linkified while the former hasNonZeroU128
linkified, but self-links seem less important)The text was updated successfully, but these errors were encountered: