mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
689e74d944
Fix broken edit links in Unstable and rustc books Updated the edit-url-template for the unstable book and the rustc book. Fixes rust-lang/rust#150593 The "Suggest an edit" links were pointing to HEAD, which resulted in a 404. Changed these to point to main. r? `@Kobzol`
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.