We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172638 commit 29f8426Copy full SHA for 29f8426
src/tools/rust-analyzer/docs/dev/README.md
@@ -47,6 +47,10 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
47
Each triaged issue should have one of these labels.
48
* [fun](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
49
is for cool, but probably hard stuff.
50
+* [C-Architecture](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aissue%20state%3Aopen%20label%3AC-Architecture)
51
+ is for moderate/large scale architecture discussion.
52
+ Also a kind of fun.
53
+ These issues should generally include a link to a Zulip discussion thread.
54
55
# Code Style & Review Process
56
0 commit comments