Skip to content

Commit 232a1de

Browse files
committed
Link forum topic
1 parent 6d569c3 commit 232a1de

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ If you want to **use** rust-analyzer's language server with your editor of
2727
choice, check [the manual](https://rust-analyzer.github.io/manual.html) folder. It also contains some tips & tricks to help
2828
you be more productive when using rust-analyzer.
2929

30-
## Getting in touch
30+
## Communication
3131

32-
We are on the rust-lang Zulip!
32+
For usage and troubleshooting requests, please use "IDEs and Editors" category of the Rust forum:
33+
34+
https://users.rust-lang.org/c/ide/14
35+
36+
For questions about development and implementation, join rls-2.0 working group on Zulip:
3337

3438
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
3539

docs/user/readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
:caution-caption: :fire:
1010
:warning-caption: :warning:
1111

12-
13-
1412
// Master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
1513

1614
At its core, rust-analyzer is a *library* for semantic analysis of Rust code as it changes over time.
@@ -21,6 +19,8 @@ The LSP allows various code editors, like VS Code, Emacs or Vim, to implement se
2119
To improve this document, send a pull request against
2220
https://github.com/rust-analyzer/rust-analyzer/blob/master/docs/user/readme.adoc[this file].
2321

22+
If you have questions about using rust-analyzer, please ask them in the https://users.rust-lang.org/c/ide/14["`IDEs and Editors`"] topic of Rust users forum.
23+
2424
== Installation
2525

2626
In theory, one should be able to just install the <<rust-analyzer-language-server-binary,`rust-analyzer` binary>> and have it automatically work with any editor.

0 commit comments

Comments
 (0)