diff options
| author | bors <bors@rust-lang.org> | 2024-01-15 07:44:00 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-01-15 07:44:00 +0000 |
| commit | 0b19e48eb8da7b951f7aebb06c1a6392a16b6f30 (patch) | |
| tree | b7904d2cab1b7cbc926c8e9e31006aa3ace3fb3b /docs | |
| parent | 9d8889cdfcc3aa0302353fc988ed21ff9bc9925c (diff) | |
| parent | 02d21f21cf7505c388c3140159b0da21cbff87fc (diff) | |
Auto merge of #16361 - dtolnay-contrib:visualstudio, r=Veykril
Add a stable #visual-studio anchor to the Manual Helpful for https://github.com/rust-lang/www.rust-lang.org/pull/1915 so we have a persistent place to link as "Visual Studio" from the Rust website. Syntax reference: https://docs.asciidoctor.org/asciidoc/latest/sections/custom-ids/#assign-auxiliary-ids
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/manual.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index fa8413c19ae..069a62ddbfe 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc @@ -512,7 +512,8 @@ https://docs.helix-editor.com/[Helix] supports LSP by default. However, it won't install `rust-analyzer` automatically. You can follow instructions for installing <<rust-analyzer-language-server-binary,`rust-analyzer` binary>>. -=== Visual Studio 2022 +[#visual-studio] +=== [[visual-studio-2022]]Visual Studio 2022 There are multiple rust-analyzer extensions for Visual Studio 2022 on Windows: |
