Files
rust/src
Guillaume Gomez 4dd32a1cac Rollup merge of #87256 - Aaron1011:hir-wf-assoc-default, r=oli-obk
Extend HIR-based WF checking to associated type defaults

Previously, we would only look at associated types in `impl` blocks.
2021-07-19 11:37:47 +02:00
..
2021-07-13 17:58:50 +09:00
2021-07-18 11:54:39 +02:00
2021-07-12 08:53:53 +02:00
2021-06-28 11:30:49 -04:00
2021-06-11 19:19:55 -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.