rustc-guide 现已更名为 rustc-dev-guide

2020 年 3 月 13 日 · mark-i-m 代表 rustc dev guide 工作组

您可能知道或不知道有两个名称相似的资源

有什么区别?“rustc book”旨在作为编译器**用户**的指南。“rustc-guide”旨在作为编译器**开发者**的指南。然而,它们的名称一直容易混淆。

出于这个原因,我们决定将 rustc-guide 重命名为 rustc-dev-guide。您现在可以在 https://rustc-dev-guide.rust-lang.org/ 找到它。

我们投入了大量精力来查找和更新 rust-lang/* 仓库中的链接。我们还在原 rustc-guide 网站的位置搭建了一个新网站,该网站会重定向到新地址。

要更新您(原)rustc-guide 仓库的 git clone,您可以执行以下操作

git remote set-url origin https://github.com/rust-lang/rustc-dev-guide.git

这将更改 git 认为 origin 远程仓库所在的位置,指向 rust-lang/rustc-dev-guide

您可以在这个 issue 中找到更多信息。如果您有任何问题或疑虑,请随时通过在 rustc-dev-guide 仓库上提交 issue 或在我们的 zulip 频道上联系我们。