Description
The When is an FCP appropriate? section on the "Stabilizing features" page contains the following text:
If you're unsure if a feature is ready for stabilization the first step should be to ask in the relevant tracking issue and get assistance from other participants in that discussion. In some cases the tracking issue may not have many other active participants, so if you're ever having trouble getting any feedback please ping one of the libs team reviewers directly to request assistance.
The link for finding a libs team reviewer is https://github.com/rust-lang/rust/blob/master/triagebot.toml, which seems to contain the following list of people:
[assign.adhoc_groups]
libs = [
"@Mark-Simulacrum",
"@workingjubilee",
"@jhpratt",
"@tgross35",
"@thomcc",
"@ibraheemdev",
]
However https://www.rust-lang.org/governance/teams/library contains a completely different list of people:
@Amanieu
@m-ou-se
@cuviper
@joshtriplett
@the8472
@thomcc
Maybe the first list is actually the correct one, but the second list seems to be the correct one.
I think the link you should be changed in the guide or it should contain some explanation of how to find the libs team reviewers from the lnik provided.