about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-11-29 18:37:00 +0000
committerbors <bors@rust-lang.org>2022-11-29 18:37:00 +0000
commit398a71affb05aeeea1991044ec9ca1229e68f0f3 (patch)
tree10b95b31f435de1ecd165bb885abdfa72a2254af /docs/dev
parente69fb5e9ef1051eb405865ad4aad7cc5a02877a2 (diff)
parent32f59cf01de639d0b23753687f5fb5b08c0758c0 (diff)
downloadrust-398a71affb05aeeea1991044ec9ca1229e68f0f3.tar.gz
rust-398a71affb05aeeea1991044ec9ca1229e68f0f3.zip
Auto merge of #13697 - jonas-schievink:version-inlay-hint-resolve-data, r=jonas-schievink
internal: Version the inlay hint resolve data

cc https://github.com/rust-lang/rust-analyzer/issues/13657
cc https://github.com/rust-lang/rust-analyzer/issues/13372
cc https://github.com/rust-lang/rust-analyzer/issues/13170

This will make us log an error and return the unmodified inlay hints when the client attempts to resolve inlay hints in a file that has since been modified.
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/lsp-extensions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index fe316fcae9b..5aced035d52 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
 <!---
-lsp_ext.rs hash: 62068e53ac202dc8
+lsp_ext.rs hash: 61fe425627f9baaa
 
 If you need to change the above hash to make the test pass, please check if you
 need to adjust this doc as well and ping this issue: