diff options
| author | 许杰友 Jieyou Xu (Joe) <jieyouxu@outlook.com> | 2024-05-13 17:39:38 +0000 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-05-13 20:09:18 +0200 |
| commit | bcb6af36de5afdf474b13ec0793ffa53a05760ea (patch) | |
| tree | 17382b9e25aeeac46ebe80b2a4319a0b0d7dc32d /src/doc/rustc-dev-guide | |
| parent | 417afb2145f9137365170cd147d37fff7cd1ffdb (diff) | |
| download | rust-bcb6af36de5afdf474b13ec0793ffa53a05760ea.tar.gz rust-bcb6af36de5afdf474b13ec0793ffa53a05760ea.zip | |
Link to lint L-* labels
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 4afa09b13be..be369a8726f 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -404,6 +404,7 @@ table td:nth-child(2) { | [I-] | <span class="label-color" style="background-color:#e10c02;"> </span> Red | The **importance** of the issue. | | [I-\*-nominated] | <span class="label-color" style="background-color:#e10c02;"> </span> Red | The issue has been nominated for discussion at the next meeting of the corresponding team. | | [I-prioritize] | <span class="label-color" style="background-color:#e10c02;"> </span> Red | The issue has been nominated for prioritization by the team tagged with a **T**-prefixed label. | +| [L-] | <span class="label-color" style="background-color:#64E9CF;"> </span> Teal | The relevant **lint**. | | [metabug] | <span class="label-color" style="background-color:#5319e7;"> </span> Purple | Bugs that collect other bugs. | | [O-] | <span class="label-color" style="background-color:#6e6ec0;"> </span> Purple Grey | The **operating system** or platform that the issue is specific to. | | [P-] | <span class="label-color" style="background-color:#eb6420;"> </span> Orange | The issue **priority**. These labels can be assigned by anyone that understand the issue and is able to prioritize it, and remove the [I-prioritize] label. | @@ -423,6 +424,7 @@ table td:nth-child(2) { [E-]: https://github.com/rust-lang/rust/labels?q=E [F-]: https://github.com/rust-lang/rust/labels?q=F [I-]: https://github.com/rust-lang/rust/labels?q=I +[L-]: https://github.com/rust-lang/rust/labels?q=L [O-]: https://github.com/rust-lang/rust/labels?q=O [P-]: https://github.com/rust-lang/rust/labels?q=P [S-]: https://github.com/rust-lang/rust/labels?q=S |
