Skip to content

Commit

Permalink
Merge pull request rust-lang#2231 from yegeunyang/rust-lang#2069
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyouxu authored Jan 29, 2025
2 parents d8cca31 + 4260e3a commit 7fa9822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/doc/rustc-dev-guide/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Expand Down

0 comments on commit 7fa9822

Please sign in to comment.