Rustdoc no longer shows 'Methods from Deref impls' at all #87783
Labels
C-bug
Category: This is a bug.
P-high
High priority
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.
I tried this code:
I expected to see this happen: Rustdoc shows the docs for
Path::from_str
on the docs forFoo
, like it used to in 1.51:Instead, this happened: Rustdoc does not generate those methods:
Meta
searched nightlies: from nightly-2021-04-01 to nightly-2021-07-30
regressed nightly: nightly-2021-06-16
searched commits: from 539d7bd to 607d6b0
regressed commit: d74b36e
bisected with cargo-bisect-rustc v0.6.0
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
where
docs-exist.sh
iscc @pnkfelix
The text was updated successfully, but these errors were encountered: