about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>2025-01-29 05:02:55 +0000
committerGitHub <noreply@github.com>2025-01-29 05:02:55 +0000
commit7fa9822b3d5eb22d6092be8da479815531da50ff (patch)
tree98691a0354ff74306b7cf48e04f41537fb4f0725 /src
parentd8cca31abf4db2c0c370adad096f4befe95efb56 (diff)
parent4260e3a5b89de914567ee0689e87ffd7da400538 (diff)
downloadrust-7fa9822b3d5eb22d6092be8da479815531da50ff.tar.gz
rust-7fa9822b3d5eb22d6092be8da479815531da50ff.zip
Merge pull request #2231 from yegeunyang/#2069
Diffstat (limited to 'src')
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index 03d2811e8b1..4cb1d0b31eb 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -137,6 +137,10 @@ pull request, continuing the work on the feature.
 
 [abandoned-prs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
 
+### Writing tests
+
+Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label. Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the testing infrastructure and contribution workflow.
+
 ### Contributing to std (standard library)
 
 See [std-dev-guide](https://std-dev-guide.rust-lang.org/).