about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-05-26 22:09:35 +0200
committerGitHub <noreply@github.com>2025-05-26 22:09:35 +0200
commitc170a699a6d42633180d7bd3d325ff1050b972e0 (patch)
treefe447c4c6207e794267a4e5e4aa5a21e37c76caa
parent464cb9bf4948e031ea0bbba4d9669231ef8b5718 (diff)
downloadrust-c170a699a6d42633180d7bd3d325ff1050b972e0.tar.gz
rust-c170a699a6d42633180d7bd3d325ff1050b972e0.zip
diagnostic translations work is on pause
-rw-r--r--src/doc/rustc-dev-guide/src/getting-started.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/getting-started.md b/src/doc/rustc-dev-guide/src/getting-started.md
index a330c2a52c8..435202ca6c8 100644
--- a/src/doc/rustc-dev-guide/src/getting-started.md
+++ b/src/doc/rustc-dev-guide/src/getting-started.md
@@ -98,7 +98,6 @@ Some work is too large to be done by a single person. In this case, it's common
 issues" to co-ordinate the work between contributors. Here are some example tracking issues where
 it's easy to pick up work without a large time commitment:
 
-- [Diagnostic Translation](https://github.com/rust-lang/rust/issues/100717)
 - [Move UI tests to subdirectories](https://github.com/rust-lang/rust/issues/73494)
 
 If you find more recurring work, please feel free to add it here!