rust-lang / rust-lang/rust-analyzer
Open Docs opens the wrong path for standard library macros
Open
Nobody has claimed this yet.
A-ide
C-bug
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
E.g. format! goes to https://doc.rust-lang.org/alloc/macros/macro.format.html instead of https://doc.rust-lang.org/alloc/macro.format.html.
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
No file or test is named in the issue. Reproduce the problem by using Open Docs on the standard-library format! macro, then trace the documentation URL construction. Done means format! opens https://doc.rust-lang.org/alloc/macro.format.html instead of the path containing /macros/.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100