Files
rust/src
Paul Trojahn 50e5f90c92 Suggest deriving traits if possible
This only applies to builtin derives as I don't think there is a
clean way to get the available derives in typeck.

Closes #85851
2021-09-06 13:18:05 +02:00
..
2021-08-25 16:26:45 -04:00
2021-09-01 09:27:57 -07:00
2021-09-02 22:39:43 +02:00
2021-09-06 13:18:05 +02:00
2021-09-03 21:54:48 -04:00

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

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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