rust/crates/rust-analyzer
bors 1ad58a42aa 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.
2023-05-02 07:22:43 +00:00
..
src Auto merge of #14711 - Veykril:highlight-captures, r=Veykril 2023-05-02 07:22:43 +00:00
tests/slow-tests Deduplicate loaded projects 2023-04-18 14:27:01 +02:00
build.rs Fix typo in build.rs 2022-06-26 10:09:45 +00:00
Cargo.toml Remove proc-macro server command from the rust-analyzer binary 2023-04-26 08:19:28 +02:00