about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/dev
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2024-11-10 13:34:26 -0500
committerSam Estep <sam@samestep.com>2024-11-10 13:34:26 -0500
commit29f84262a41b259b1f62ff39b9567c67e5787406 (patch)
tree5609425419b1edcae102e667190565ac7e190add /src/tools/rust-analyzer/docs/dev
parent01726389fb7f28c2ba253f06cdb087f8e422fd41 (diff)
downloadrust-29f84262a41b259b1f62ff39b9567c67e5787406.tar.gz
rust-29f84262a41b259b1f62ff39b9567c67e5787406.zip
Replace with C-Architecture
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
-rw-r--r--src/tools/rust-analyzer/docs/dev/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/README.md b/src/tools/rust-analyzer/docs/dev/README.md
index 0d47ff09dcc..cd0f49174cd 100644
--- a/src/tools/rust-analyzer/docs/dev/README.md
+++ b/src/tools/rust-analyzer/docs/dev/README.md
@@ -47,6 +47,10 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
   Each triaged issue should have one of these labels.
 * [fun](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
   is for cool, but probably hard stuff.
+* [C-Architecture](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aissue%20state%3Aopen%20label%3AC-Architecture)
+  is for moderate/large scale architecture discussion.
+  Also a kind of fun.
+  These issues should generally include a link to a Zulip discussion thread.
 
 # Code Style & Review Process