rust-lang / rust-lang/rust-analyzer
Incorrect relative links on FnMut trait
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
rust-analyzer version: rust-analyzer version: 0.3.2037-standalone e9afba57a 2024-07-14
rustc version: rustc 1.76.0 (07dca489a 2024-02-04)
editor or extension: VSCodium
Version: 1.88.1
Release: 24104
Commit: 0d01a72525276e5e3771fe5851b9c83de0de1e2b
Date: 2024-04-13T01:43:30.924Z (3 mos ago)
Electron: 28.2.8
ElectronBuildId: undefined
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.5.0
code snippet to reproduce: To reproduce the problem, mouse over FnMut and click the link "See the chapter on closures in The Rust Programming Language for some more information on this topic."
fn my_fn() -> impl FnMut() -> () {
|| {}
}
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
Reproduce the problem by hovering over FnMut in the supplied Rust snippet and opening the chapter link. Compare the generated relative link with the referenced rust-lang/rust pull request, then verify that the FnMut documentation link resolves correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100