rustdoc: Methods from deref is missing methods
Open
Nobody has claimed this yet.
C-bug
T-rustdoc
- Dominant language
- Rust
- Stars
- 119k
- Forks
- 16.1k
- PR merge metrics
- PR metrics pending
Description
Methods from deref is only showing the associated constants, but not the methods, for https://doc.rust-lang.org/nightly/nightly-rustc/rustc_abi/struct.AbiAlign.html.
AbiAlign:
Align (the deref target):
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the rustdoc output for rustc_abi::AbiAlign and compare it with the output for its Deref target, Align. Confirm the expected result by checking that methods inherited through Deref appear alongside the associated constants, matching the methods shown for Align.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100