Files
rust/src
Matthias Krüger 23537ce47e Rollup merge of #115598 - GoldsteinE:fix-bootstrap-formatting, r=onur-ozkan
Fix log formatting in bootstrap

`format!()` was missing, so log was just showing `{target}` verbatim.

(I also applied a small clippy suggestion in `builder.info()`)
2023-09-06 19:31:51 +02:00
..
2023-09-06 10:14:09 +03:00
2023-09-04 13:21:05 -04:00
2023-08-22 09:09:00 -04:00
2023-09-06 12:58:59 +08:00
2023-08-22 06:58:03 -04:00
2023-08-20 14:02:00 -04: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.