Felix S. Klock II 4e5692d985 test that wildcard type _ is not duplicated by type Foo<X> = (X, X); and potentially instantiated at different types.
(Updated to reflect changes in diagnostic output and compiletest infrastructure.)
2019-03-13 21:58:49 +01:00
..
2019-03-10 08:23:32 -07:00
2019-03-07 08:46:18 -08:00
2019-03-06 18:46:11 -08: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.

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