Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 62637dd

Browse files
committed
Use T-rustdoc label instead of A-rustdoc label
The contribute to rust tools section uses A-rustdoc as the label to search for in github but the label in github is T-rustdoc. This changes the documentation links to use T-rustdoc per github label.
1 parent 905c168 commit 62637dd

13 files changed

+26
-26
lines changed

Diff for: de-DE/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bis zu deiner Lieblings-IDE. Folge dem Link für mehr Information.
1515
Sowohl Cargo, der Paketmanager, als auch der Dokumentationsgenerator rustdoc
1616
sind zwar voll funktionsfähig, leiden aber an einem Entwicklermangel.
1717
Rustdoc hat viele offene Probleme, die im Main-Repository unter dem Label
18-
[A-rustdoc] gelistet sind. Es sind hauptsächlich Bugs, die lediglich einen
18+
[T-rustdoc] gelistet sind. Es sind hauptsächlich Bugs, die lediglich einen
1919
Bugfix und einen Pull Request erfordern.
2020
Cargo hat [sein eigenes Repository mit Issue-Tracker][Cargo], und
2121
wer beitragen möchte, kann sich gerne in [#cargo] melden.
@@ -36,7 +36,7 @@ Diese können mit anderen Tooling-Enthusiasten in
3636
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3737
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3838
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
39-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
39+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
4040
[Cargo]: https://github.com/rust-lang/cargo/issues
4141
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4242
[ides]: https://forge.rust-lang.org/ides.html

Diff for: en-US/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ favorite IDE. Follow the link for more information.
1414
Both Cargo, the Rust package manager, and rustdoc,
1515
the Rust documentation generator, while full-featured and functional,
1616
suffer from a lack of developers. Rustdoc has many open issues, under
17-
the main repository's [A-rustdoc] label. They are mostly bugs and
17+
the main repository's [T-rustdoc] label. They are mostly bugs and
1818
contributing is a matter of fixing the bug and submitting a pull
1919
request. Cargo has [its own repository and issues][Cargo], and those
2020
interested in contributing might want to introduce themselves in
@@ -34,7 +34,7 @@ Rust tooling enthusiasts in [#rust-tools].
3434
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3535
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3636
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
37-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
37+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3838
[Cargo]: https://github.com/rust-lang/cargo/issues
3939
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4040
[ides]: https://forge.rust-lang.org/ides.html

Diff for: es-ES/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ favorite IDE. Follow the link for more information.
1414
Both Cargo, the Rust package manager, and rustdoc,
1515
the Rust documentation generator, while full-featured and functional,
1616
suffer from a lack of developers. Rustdoc has many open issues, under
17-
the main repository's [A-rustdoc] label. They are mostly bugs and
17+
the main repository's [T-rustdoc] label. They are mostly bugs and
1818
contributing is a matter of fixing the bug and submitting a pull
1919
request. Cargo has [its own repository and issues][Cargo], and those
2020
interested in contributing might want to introduce themselves in
@@ -34,7 +34,7 @@ Rust tooling enthusiasts in [#rust-tools].
3434
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3535
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3636
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
37-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
37+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3838
[Cargo]: https://github.com/rust-lang/cargo/issues
3939
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4040
[ides]: https://forge.rust-lang.org/ides.html

Diff for: fr-FR/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Contribuer à Rust — les outils, les EDI et l'infrastructure &middo
77

88
Les outils sont un acteur majeur du succès d'un langage et il y a encore une bonne partie qui reste à implémenter. ***Un des axes principaux de développement de Rust est actuellement [l'amélioration de l'expérience avec les EDI][ides]***. Ce type de contribution implique de manipuler l'ensemble de la « pile » Rust : depuis le compilateur jusqu'à votre EDI préféré. Le lien ci-dessus vous fournira plus d'informations à ce sujet.
99

10-
Cargo (le gestionnaire de paquets Rust) ou rustdoc (le générateur de documentation Rust) sont fonctionnels et assez complets mais ils souffrent d'un manque de développeurs. De nombreux problèmes associés à Rustdoc sont étiquetés avec [A-rustdoc] dans le traqueur du dépôt principal. Pour la plupart, ces problèmes sont des bugs et il s'agira de corriger le(s) bug(s) et d'envoyer une *pull request* pour contribuer. Cargo possède [son propre dépôt et traqueur][Cargo] et les personnes intéressées par ce projet pourront se présenter sur le canal [#cargo] afin de contribuer.
10+
Cargo (le gestionnaire de paquets Rust) ou rustdoc (le générateur de documentation Rust) sont fonctionnels et assez complets mais ils souffrent d'un manque de développeurs. De nombreux problèmes associés à Rustdoc sont étiquetés avec [T-rustdoc] dans le traqueur du dépôt principal. Pour la plupart, ces problèmes sont des bugs et il s'agira de corriger le(s) bug(s) et d'envoyer une *pull request* pour contribuer. Cargo possède [son propre dépôt et traqueur][Cargo] et les personnes intéressées par ce projet pourront se présenter sur le canal [#cargo] afin de contribuer.
1111

1212
Bien que Rust puisse être manipulé avec les débogueurs gdb et lldb, cela reste plutôt limité et de nombreux cas de débogage ne fonctionnent pas encore correctement. L'étiquette [A-debuginfo] permet de repérer ces problèmes dans le traqueur.
1313

@@ -18,7 +18,7 @@ De nombreux projets autour d'outils attendent simplement les bonnes personnes po
1818
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
1919
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
2020
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
21-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
21+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
2222
[Cargo]: https://github.com/rust-lang/cargo/issues
2323
[awesome-rust]: https://github.com/kud1ing/awesome-rust
2424
[ides]: https://forge.rust-lang.org/ides.html

Diff for: id-ID/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ favorite IDE. Follow the link for more information.
1414
Both Cargo, the Rust package manager, and rustdoc,
1515
the Rust documentation generator, while full-featured and functional,
1616
suffer from a lack of developers. Rustdoc has many open issues, under
17-
the main repository's [A-rustdoc] label. They are mostly bugs and
17+
the main repository's [T-rustdoc] label. They are mostly bugs and
1818
contributing is a matter of fixing the bug and submitting a pull
1919
request. Cargo has [its own repository and issues][Cargo], and those
2020
interested in contributing might want to introduce themselves in
@@ -34,7 +34,7 @@ Rust tooling enthusiasts in [#rust-tools].
3434
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3535
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3636
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
37-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
37+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3838
[Cargo]: https://github.com/rust-lang/cargo/issues
3939
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4040
[ides]: https://forge.rust-lang.org/ides.html

Diff for: it-IT/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ il generatore di documentazione per Rust, sebbene
1818
siano in possesso di tutte le funzioni richieste e
1919
validamente funzionanti, soffrono di una carenza di sviluppatori.
2020
Rustdoc ha molte problematiche aperte sotto l'etichetta
21-
[A-rustdoc] del repository principale.
21+
[T-rustdoc] del repository principale.
2222
Queste problematiche sono principalmente composte da
2323
errori e contribuire è semplicmente una questione di
2424
risolverli e inviare una richiesta di unione.
@@ -42,7 +42,7 @@ Rust su [#rust-tools].
4242
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
4343
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
4444
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
45-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
45+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
4646
[Cargo]: https://github.com/rust-lang/cargo/issues
4747
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4848
[ides]: https://forge.rust-lang.org/ides.html

Diff for: ja-JP/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Rustへ貢献する — ツール、IDE、インフラ · プ
1111
さらなる情報へはリンク先へ飛んで下さい。
1212

1313
パッケージマネージャのCargoとドキュメントジェネレータのrustdocは一通り機能を実装していますしきちんと使えますが開発者不足に苦しんでいます。
14-
Rustdocにはメインレポジトリに[A-rustdoc]ラベルのついたイシューがいくつもあります。
14+
Rustdocにはメインレポジトリに[T-rustdoc]ラベルのついたイシューがいくつもあります。
1515
そのほとんどがバグで、貢献するにはバグを直してプルリクエストを送ればよいでしょう。
1616
Cargoは[自身のレポジトリとイシューを持っており][Cargo]、貢献したいと思っている人は[#cargo]に入ると良いでしょう。
1717

@@ -27,7 +27,7 @@ Rustはgdbとlldbの両方のデバッガの下である程度動きますが、
2727
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
2828
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
2929
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
30-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
30+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3131
[Cargo]: https://github.com/rust-lang/cargo/issues
3232
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3333
[ides]: https://forge.rust-lang.org/ides.html

Diff for: ko-KR/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title: Rust에 기여하기 — 도구, IDE 및 인프라 · Rust 프
1212

1313
Rust의 패키지 관리자인 Cargo와 문서 생성기인 rustdoc 둘 다,
1414
완전한 기능을 제공하고 잘 동작하긴 하지만 개발자들이 부족합니다.
15-
Rustdoc에는 주 저장소의 [A-rustdoc] 라벨 아래 이슈가 많이 열려 있습니다.
15+
Rustdoc에는 주 저장소의 [T-rustdoc] 라벨 아래 이슈가 많이 열려 있습니다.
1616
이 이슈는 대부분 버그이며 기여를 하려면 버그를 고쳐서
1717
풀 요청(pull request)을 보내는 것으로 충분합니다.
1818
Cargo는 [별도의 저장소와 이슈][Cargo]를 가지고 있으며,
@@ -31,7 +31,7 @@ Rust를 gdb와 lldb 디버거로 어느 정도까지는 성공적으로 실행
3131
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3232
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3333
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
34-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
34+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3535
[Cargo]: https://github.com/rust-lang/cargo/issues
3636
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3737
[ides]: https://forge.rust-lang.org/ides.html

Diff for: pt-BR/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ no link para mais informações.
1313

1414
Ambos Cargo, o gerenciador de pacotes do Rust, e o rustdoc, o gerador de Documentação
1515
do Rust, enquanto cheio de funcionalidades e funcional, sofre da falta de desenvolvedores.
16-
Rustdoc tem muitos problemas em aberto, no repositório principal no rótulo [A-rustdoc].
16+
Rustdoc tem muitos problemas em aberto, no repositório principal no rótulo [T-rustdoc].
1717
Eles são, na sua maioria, bugs e contribuir é apenas sanar o problema e mandar uma pull
1818
request. Cargo tem [seu próprio repositório e seção de problemas][Cargo], e interessados
1919
em contribuir talvez queiram se introduzir em [#cargo].
@@ -30,7 +30,7 @@ de ferramentas para Rust em [#rust-tools].
3030
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3131
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3232
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
33-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
33+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3434
[Cargo]: https://github.com/rust-lang/cargo/issues
3535
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3636
[ides]: https://forge.rust-lang.org/ides.html

Diff for: ru-RU/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: Участие в разработке Rust — IDE, инструме
1515
Cargo, менеджер пакетов Rust, и rustdoc, генератор документации Rust,
1616
хоть и реализованы в полной мере, но страдают от нехватки разработчиков. Для
1717
rustdoc сейчас имеется много открытых задач, которые находятся в
18-
в главном репозитории с пометкой [A-rustdoc]. Большинство задач связаны
18+
в главном репозитории с пометкой [T-rustdoc]. Большинство задач связаны
1919
с багами в коде, и участие в разработке сводится к исправлению этих багов и
2020
отправке pull request. У cargo есть [свой репозиторий с задачами][Cargo],
2121
и тем, кто заинтересовался в разработке, было бы неплохо написать в
@@ -34,7 +34,7 @@ IRC-канале [#cargo].
3434
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3535
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3636
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
37-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
37+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3838
[Cargo]: https://github.com/rust-lang/cargo/issues
3939
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4040
[ides]: https://forge.rust-lang.org/ides.html

Diff for: sv-SE/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ favorit-IDE. Följ länken för mer information.
1313

1414
Både Cargo, Rusts pakethanterare och Rustdoc,
1515
Rusts dokumentationsgenerator, saknar utvecklare trots att de är funktionella.
16-
Rustdoc har många öppna problem (issues) märkta med etiketten [A-rustdoc]
16+
Rustdoc har många öppna problem (issues) märkta med etiketten [T-rustdoc]
1717
i huvudrepot. De är för det mesta buggar och att bidra handlar om att fixa
1818
en bugg och att skicka in en pull request. Cargo har
1919
[sitt egna repo och problem/issues][Cargo]. De som är intresserade av att bidra
@@ -32,7 +32,7 @@ ska dyka upp och implementera dem. Diskutera med andra Rust-verktygsentusiaster
3232
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3333
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3434
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
35-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
35+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3636
[Cargo]: https://github.com/rust-lang/cargo/issues
3737
[awesome-rust]: https://github.com/kud1ing/awesome-rust
3838
[ides]: https://forge.rust-lang.org/ides.html

Diff for: vi-VN/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ favorite IDE. Follow the link for more information.
1414
Both Cargo, the Rust package manager, and rustdoc,
1515
the Rust documentation generator, while full-featured and functional,
1616
suffer from a lack of developers. Rustdoc has many open issues, under
17-
the main repository's [A-rustdoc] label. They are mostly bugs and
17+
the main repository's [T-rustdoc] label. They are mostly bugs and
1818
contributing is a matter of fixing the bug and submitting a pull
1919
request. Cargo has [its own repository and issues][Cargo], and those
2020
interested in contributing might want to introduce themselves in
@@ -34,7 +34,7 @@ Rust tooling enthusiasts in [#rust-tools].
3434
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
3535
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
3636
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
37-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
37+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
3838
[Cargo]: https://github.com/rust-lang/cargo/issues
3939
[awesome-rust]: https://github.com/kud1ing/awesome-rust
4040
[ides]: https://forge.rust-lang.org/ides.html

Diff for: zh-CN/contribute-tools.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: 为 Rust 出力 — 工具、IDE 以及基础设施 · Rust 程
77

88
工具在一门语言的成功中扮演着重要的角色,还有许多工作要做。***Rust 开发的主要焦点是 [改进 IDE 的体验][ides]***。这涉及了整个 Rust 语言栈的工作,从编译器本身到你偏好的 IDE。点击链接了解更多信息。
99

10-
Rust 包管理器 Cargo,Rust 文档生成器 rustdoc,虽然功能齐全且实用,但缺乏开发者。Rustdoc 在主仓库里的 [A-rustdoc] 标签下有许多未决的 issue。它们大多是 bug,问题是需要修复 bug 和提交 PR 的关键是贡献。 Cargo 有 [它自己的仓库和 issue][Cargo],有兴趣贡献的人可以在 [#cargo] 中介绍自己。
10+
Rust 包管理器 Cargo,Rust 文档生成器 rustdoc,虽然功能齐全且实用,但缺乏开发者。Rustdoc 在主仓库里的 [T-rustdoc] 标签下有许多未决的 issue。它们大多是 bug,问题是需要修复 bug 和提交 PR 的关键是贡献。 Cargo 有 [它自己的仓库和 issue][Cargo],有兴趣贡献的人可以在 [#cargo] 中介绍自己。
1111

1212
尽管 Rust 可以在 gdb 和 lldb 调试器下进行一些有限的调试,但是仍然有很多无法正常调试的情况。 [A-debuginfo] 这个 issue 跟踪这些问题。
1313

@@ -18,7 +18,7 @@ Rust 包管理器 Cargo,Rust 文档生成器 rustdoc,虽然功能齐全且
1818
[#cargo]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
1919
[#rust-tools]: https://client00.chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
2020
[A-debuginfo]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-debuginfo
21-
[A-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AA-rustdoc
21+
[T-rustdoc]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+is%3Aissue+label%3AT-rustdoc
2222
[Cargo]: https://github.com/rust-lang/cargo/issues
2323
[awesome-rust]: https://github.com/kud1ing/awesome-rust
2424
[ides]: https://forge.rust-lang.org/ides.html

0 commit comments

Comments
 (0)