惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Y
Y Combinator Blog
F
Fortinet All Blogs
H
Hackread – Cybersecurity News, Data Breaches, AI and More
N
Netflix TechBlog - Medium
T
Tailwind CSS Blog
aimingoo的专栏
aimingoo的专栏
博客园 - Franky
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
量子位
博客园 - 三生石上(FineUI控件)
I
InfoQ
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
爱范儿
爱范儿
D
Docker
美团技术团队
雷峰网
雷峰网
U
Unit 42
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理

Rust Blog

Security Advisory for Cargo (CVE-2026-5223) | Rust Blog Security Advisory for Cargo (CVE-2026-5222) | Rust Blog Project goals update — April 2026 (end of 2025H2) | Rust Blog Rust is participating in Outreachy | Rust Blog Raising the baseline for the `nvptx64-nvidia-cuda` target | Rust Blog Announcing Google Summer of Code 2026 selected projects | Rust Blog Announcing Rust 1.95.0 | Rust Blog docs.rs: building fewer targets by default | Rust Blog Changes to WebAssembly targets and handling undefined symbols | Rust Blog Announcing Rust 1.94.1 | Rust Blog Security advisory for Cargo | Rust Blog What we heard about Rust's challenges | Rust Blog Call for Testing: Build Dir Layout v2 | Rust Blog Announcing rustup 1.29.0 | Rust Blog Announcing Rust 1.94.0 | Rust Blog 2025 State of Rust Survey Results | Rust Blog Rust debugging survey 2026 | Rust Blog Update on the October 15, 2018 incident on crates.io Announcing Rust 1.29.2 Announcing Rust 1.29 Announcing Rust 1.28 What is Rust 2018? Announcing Rust 1.27.2 Announcing Rust 1.27.1 Security Advisory for rustdoc Announcing Rust 1.27 Announcing Rust 1.26.2 Announcing Rust 1.26.1 Rust turns three Announcing Rust 1.26
The rustc-guide is now rustc-dev-guide | Inside Rust Blog
mark-i-m on behalf of the rustc dev guide working group · 2020-03-13 · via Rust Blog

You may or may not be aware of two similarly named resources:

What's the difference? The "rustc book" is intended as a guide for users of the compiler. The "rustc-guide" is intended as a guide for developers of the compiler. However, the names have always been confusingly similar.

For that reason, we have decided to rename the rustc-guide to rustc-dev-guide. You can now find it at https://rustc-dev-guide.rust-lang.org/.

We have put significant work into finding and updating links around the rust-lang/* repos. We have also put up a website in place of the former rustc-guide website that redirects to the new one.

To update your git clone of the (former) rustc-guide repo, you can do the following:

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

This will change where git thinks the origin remote repo is to rust-lang/rustc-dev-guide.

You can find more information in this issue. If you have any questions or concerns, please feel free to contact us either by opening an issue on the rustc-dev-guide repo or on our zulip channel.