Esteban Küber f53c145ef1 Improve suggestion for missing fmt str in println
Avoid using `concat!(fmt, "\n")` to improve the diagnostics being
emitted when the first `println!()` argument isn't a formatting string
literal.
2018-07-19 23:18:07 -07:00
..
2018-07-17 05:35:19 +08:00
2018-07-16 15:09:17 +02:00
2018-07-16 15:09:16 +02:00
2018-07-16 15:09:17 +02:00
2018-07-18 10:53:10 +02:00
2018-07-18 15:30:39 -07:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc guide.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: