diff options
| author | bors <bors@rust-lang.org> | 2023-05-02 07:22:43 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-05-02 07:22:43 +0000 |
| commit | 1ad58a42aae6593f7714bb32c1dc9a0a74b02e04 (patch) | |
| tree | 0625ad1dd2916f1b60548b2ad6b582e169e94df1 /docs/dev | |
| parent | 98e76bd90f81a0f0c94854c26ae2d9d36e8f88dc (diff) | |
| parent | 5a97a326a910db4011fb5b060aeb555bfbd840d6 (diff) | |
| download | rust-1ad58a42aae6593f7714bb32c1dc9a0a74b02e04.tar.gz rust-1ad58a42aae6593f7714bb32c1dc9a0a74b02e04.zip | |
Auto merge of #14711 - Veykril:highlight-captures, r=Veykril
feat: Highlight closure captures when cursor is on pipe or move keyword This runs into the same issue on vscode as exit points for `->`, where highlights are only triggered on identifiers, https://github.com/rust-lang/rust-analyzer/issues/9395 Though putting the cursor on `move` should at least work.
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 76080eca4e0..42f58fee30e 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 37ac44a0f507e05a +lsp_ext.rs hash: 31ca513a249753ab 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: |
