diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-03-26 08:39:28 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-03-26 09:33:41 +0200 |
| commit | ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8 (patch) | |
| tree | 31ea6d4215d51ffe5b70ddb3166b8aabb87b2976 /docs/dev | |
| parent | 27c076a36744f7f8be3b950891cbc0350dc29f6e (diff) | |
| download | rust-ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8.tar.gz rust-ee02213e65b1fd9c5e331ffe4a1ebd1e2ebab9c8.zip | |
Handle proc macro fetching via OpQueue
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index c157bab590e..bb5c6589489 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 92fe1037312754df +lsp_ext.rs hash: 7269e4cfab906e10 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: @@ -422,9 +422,9 @@ Returns internal status message, mostly for debugging purposes. Reloads project information (that is, re-executes `cargo metadata`). -## Reload proc-macros +## Rebuild proc-macros -**Method:** `rust-analyzer/reloadProcMacros` +**Method:** `rust-analyzer/rebuildProcMacros` **Request:** `null` |
