From e9eaf85de92bf621a8dabed478e5ad903c209a35 Mon Sep 17 00:00:00 2001 From: Aneesh Date: Wed, 22 Nov 2023 00:31:43 +0530 Subject: [PATCH] emphasize that the experts map is not up to date --- src/getting-started.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/getting-started.md b/src/getting-started.md index a12cb068c..886a91801 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -48,10 +48,10 @@ guide :) ### Experts Not all `t-compiler` members are experts on all parts of `rustc`; it's a pretty -large project. To find out who has expertise on different parts of the +large project. To find out who has expertise on different parts of the compiler, [consult this "experts map"][map]. -It's not perfectly complete, though, so please also feel free to ask questions +The experts map incomplete and not actively maintained, so please also feel free to ask questions even if you can't figure out who to ping. Another way to find experts for a given part of the compiler is to see who has made recent commits. @@ -165,7 +165,6 @@ incredibly helpful: [users]: https://users.rust-lang.org/ [so]: http://stackoverflow.com/questions/tagged/rust [community-library]: https://github.com/rust-lang/rfcs/labels/A-community-library - [iceb]: ./notification-groups/cleanup-crew.md [wd]: ./contributing.md#writing-documentation [wg]: https://rust-lang.github.io/compiler-team/working-groups/