Request textDocument/inlayHint
fails with request handler panicked: already borrowed: BorrowMutError
#13153
Labels
A-ty
type system / type inference / traits / method resolution
Broken Window
Bugs / technical debt to be addressed immediately
C-bug
Category: bug
When I hover over a broken derive macro in the
RustPython
codebase,rust-analyzer
reports the errorsRequest textDocument/semanticTokens/full failed
andRequest textDocument/inlayHint failed
. In therust-analyzer
output logs, I see that the request handler panics with the messagealready borrowed: BorrowMutError
.This error is triggered on this particular line.
Please let me know if I can provide any other details. I'd love to help contribute to this project.
Here are the full output logs
rust-analyzer version:
0.3.1186-standalone (e8e598f64 2022-08-28)
rustc version:
rustc 1.63.0 (4b91a6ea7 2022-08-08)
relevant settings: For VSCode,
"rust-analyzer.checkOnSave.command": "clippy"
is set. The version of VSCode I'm currently using is1.70.2
.The text was updated successfully, but these errors were encountered: