rust-lang / rust-lang/rust-analyzer
Parameter and chaining inlay hints don't work within `#[tracing::instrument]`
Open
Nobody has claimed this yet.
A-proc-macro
C-bug
- Dominant language
- Rust
- Stars
- 16.9k
- Forks
- 2.2k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 72
Description
This works now after #19839.
However,
#[tracing::instrument]still does not work. So we have another bug here, probably something to do with the spans. I will close this issue, and open another one about that.
Originally posted by @ChayimFriedman2 in #19834
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
The issue names no files, tests, or entry points. Start by reproducing parameter and chaining inlay hints inside #[tracing::instrument], then trace how the macro's spans are handled; done means both kinds of hints work within the instrumented code.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- developer-experience
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100