mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Merge #7445
7445: Document design label r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
21660f1d97
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
|
||||||
while unactionable ones are effectively wont-fix. Each triaged issue should have one of these labels.
|
while unactionable ones are effectively wont-fix. Each triaged issue should have one of these labels.
|
||||||
* [fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
|
* [fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
|
||||||
is for cool, but probably hard stuff.
|
is for cool, but probably hard stuff.
|
||||||
|
* [Design](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%Design)
|
||||||
|
is for moderate/large scale architecture discussion.
|
||||||
|
Also a kind of fun.
|
||||||
|
These issues should generally include a link to a Zulip discussion thread.
|
||||||
|
|
||||||
# CI
|
# CI
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue