mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-16 11:10:44 +00:00
Prevent feature information to be hidden if it's on the impl directly Fixes #79279. So when a `#[doc(cfg...)]` is used on a trait impl directly, it's not hidden by the toggle.  r? `@jyn514`
For more information about how librustdoc works, see the rustc dev guide.