Files
rust/src
Matthias Krüger 689e74d944 Rollup merge of #150637 - vsriramv:fix/edit-url-template, r=Kobzol
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`
2026-01-03 10:09:31 +01:00
..
2025-11-26 20:11:43 +01:00
2025-12-20 09:53:08 +08:00
2025-12-19 15:04:30 -08:00
2025-12-05 19:33:24 +00:00

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.