about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-03-25 17:22:45 +0000
committerbors <bors@rust-lang.org>2023-03-25 17:22:45 +0000
commit90340b71ad0b640c344a0c6ef6d7da8a6673d762 (patch)
treee59745012662a9121d025e49b7c6b6a7dd4b8468 /docs/dev
parent71b23360e781a00e51ed702a96e181261e92c6c5 (diff)
parente5f24a6d7c6e91e590e72b9ffd107a398c2bdebd (diff)
downloadrust-90340b71ad0b640c344a0c6ef6d7da8a6673d762.tar.gz
rust-90340b71ad0b640c344a0c6ef6d7da8a6673d762.zip
Auto merge of #14405 - Veykril:proc-macro-loading, r=Veykril
feat: Load proc-macros asynchronously

Closes https://github.com/rust-lang/rust-analyzer/issues/8646
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 de142203208..11eda94f5bb 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
 <!---
-lsp_ext.rs hash: 37f31ae648632897
+lsp_ext.rs hash: 92fe1037312754df
 
 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: